EntityStorage ECS (#9291)
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
namespace Content.Client.Morgue.Visualizers;
|
||||
|
||||
[RegisterComponent]
|
||||
public sealed class CrematoriumVisualsComponent : Component
|
||||
{
|
||||
[DataField("lightContents", required: true)]
|
||||
public string LightContents = default!;
|
||||
[DataField("lightBurning", required: true)]
|
||||
public string LightBurning = default!;
|
||||
}
|
||||
|
||||
public enum CrematoriumVisualLayers : byte
|
||||
{
|
||||
Base,
|
||||
Light,
|
||||
}
|
||||
Reference in New Issue
Block a user