Bows & arrows (#19771)
This commit is contained in:
@@ -66,6 +66,11 @@ namespace Content.Shared.Storage.Components
|
||||
[DataField("containerWhitelist")]
|
||||
public HashSet<string>? ContainerWhitelist;
|
||||
|
||||
public readonly List<string> SpriteLayers = new();
|
||||
/// <summary>
|
||||
/// The list of map layer keys that are valid targets for changing in <see cref="MapLayers"/>
|
||||
/// Can be initialized if already existing on the sprite, or inferred automatically
|
||||
/// </summary>
|
||||
[DataField("spriteLayers")]
|
||||
public List<string> SpriteLayers = new();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user