mirror of
https://github.com/space-syndicate/space-station-14.git
synced 2026-02-15 04:50:55 +01:00
11 lines
166 B
C#
11 lines
166 B
C#
using Robust.Shared.Serialization;
|
|
|
|
namespace Content.Shared.Arcade
|
|
{
|
|
[Serializable, NetSerializable]
|
|
public enum BlockGameUiKey
|
|
{
|
|
Key
|
|
}
|
|
}
|