Small UI refactor pieces (#11026)
* ActionType rename Name to DisplayName * Gameplay State rename+move
This commit is contained in:
@@ -27,7 +27,7 @@ namespace Content.Server.Guardian
|
||||
[DataField("action")]
|
||||
public InstantAction Action = new()
|
||||
{
|
||||
Name = "action-name-guardian",
|
||||
DisplayName = "action-name-guardian",
|
||||
Description = "action-description-guardian",
|
||||
Icon = new SpriteSpecifier.Texture(new ResourcePath("Interface/Actions/manifest.png")),
|
||||
UseDelay = TimeSpan.FromSeconds(2),
|
||||
|
||||
Reference in New Issue
Block a user