Fix PDA capitalization to be PascalCase (#17335)
This commit is contained in:
17
Content.Shared/PDA/PdaVisuals.cs
Normal file
17
Content.Shared/PDA/PdaVisuals.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared.PDA
|
||||
{
|
||||
[Serializable, NetSerializable]
|
||||
public enum PdaVisuals
|
||||
{
|
||||
IdCardInserted
|
||||
}
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
public enum PdaUiKey
|
||||
{
|
||||
Key
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user