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