11 lines
198 B
C#
11 lines
198 B
C#
|
|
namespace Content.Client.Kudzu
|
||
|
|
{
|
||
|
|
[RegisterComponent]
|
||
|
|
public sealed class KudzuVisualsComponent : Component
|
||
|
|
{
|
||
|
|
[DataField("layer")]
|
||
|
|
public int Layer { get; } = 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
}
|