Convert KudzuVisualizer to Visualizer Systems (#9010)

This commit is contained in:
Jessica M
2022-06-22 16:33:45 -07:00
committed by GitHub
parent f979b385d7
commit 2f2670d2bb
5 changed files with 34 additions and 32 deletions

View File

@@ -0,0 +1,10 @@
namespace Content.Client.Kudzu
{
[RegisterComponent]
public sealed class KudzuVisualsComponent : Component
{
[DataField("layer")]
public int Layer { get; } = 0;
}
}