11 lines
166 B
C#
11 lines
166 B
C#
using Robust.Shared.Serialization;
|
|
|
|
namespace Content.Shared.Arcade
|
|
{
|
|
[Serializable, NetSerializable]
|
|
public enum BlockGameUiKey
|
|
{
|
|
Key
|
|
}
|
|
}
|