Add PDA Ringtones (#5842)
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
12
Content.Shared/PDA/Ringer/RingerVisuals.cs
Normal file
12
Content.Shared/PDA/Ringer/RingerVisuals.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared.PDA.Ringer
|
||||
{
|
||||
[Serializable, NetSerializable]
|
||||
public enum RingerUiKey
|
||||
{
|
||||
Key
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user