Space Kudzu (#5472)
This commit is contained in:
11
Content.Shared/Kudzu/KudzuVisuals.cs
Normal file
11
Content.Shared/Kudzu/KudzuVisuals.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared.Kudzu;
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
public enum KudzuVisuals
|
||||
{
|
||||
GrowthLevel,
|
||||
Variant
|
||||
}
|
||||
Reference in New Issue
Block a user