Files
OldThink/Content.Shared/GameObjects/Components/Mining/AsteroidRockVisuals.cs

12 lines
210 B
C#
Raw Normal View History

using System;
using Robust.Shared.Serialization;
namespace Content.Shared.GameObjects.Components.Mining
{
[Serializable, NetSerializable]
public enum AsteroidRockVisuals
{
State
}
}