GhostBooEvent.cs 111 B

1234567
  1. namespace Content.Server.Ghost
  2. {
  3. public sealed class GhostBooEvent : HandledEntityEventArgs
  4. {
  5. }
  6. }