19 lines
271 B
C#
19 lines
271 B
C#
using Robust.Shared.Serialization;
|
|
|
|
namespace Content.Shared.PDA
|
|
{
|
|
[Serializable, NetSerializable]
|
|
public enum PdaVisuals
|
|
{
|
|
IdCardInserted,
|
|
PdaType
|
|
}
|
|
|
|
[Serializable, NetSerializable]
|
|
public enum PdaUiKey
|
|
{
|
|
Key
|
|
}
|
|
|
|
}
|