Skip to content

Commit

Permalink
Core Editor: Show name of OrientationHelper objects
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadelessFox committed Mar 23, 2024
1 parent 429baa9 commit 746f701
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@
import com.shade.platform.ui.controls.TextAttributes;
import com.shade.util.NotNull;

@ValueHandlerRegistration(id = "resource", name = "Resource", value = {
@ValueHandlerRegistration(id = "namedObject", name = "Named Object", value = {
@Selector(type = @Type(name = "Resource"), game = GameType.HZD),
@Selector(type = @Type(name = "Property"), game = GameType.HZD),
@Selector(type = @Type(name = "ResourceWithName"), game = GameType.DS),
@Selector(type = @Type(name = "ResourceWithName"), game = GameType.DSDC)
@Selector(type = @Type(name = "ResourceWithName"), game = GameType.DSDC),
@Selector(type = @Type(name = "OrientationHelper"))
})
public class ObjectWithNameValueHandler extends ObjectValueHandler {
@NotNull
Expand Down

0 comments on commit 746f701

Please sign in to comment.