mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-21 15:38:52 +03:00
12 lines
173 B
C#
12 lines
173 B
C#
using System;
|
|
using Robust.Shared.Serialization;
|
|
|
|
namespace Content.Shared.Kudzu;
|
|
|
|
[Serializable, NetSerializable]
|
|
public enum KudzuVisuals
|
|
{
|
|
GrowthLevel,
|
|
Variant
|
|
}
|