1
0

RequestWindowAttentionEvent.cs 197 B

123456789
  1. using Robust.Shared.Serialization;
  2. namespace Content.Shared.GameWindow
  3. {
  4. [Serializable, NetSerializable]
  5. public sealed class RequestWindowAttentionEvent : EntityEventArgs
  6. {
  7. }
  8. }