using Robust.Shared.Serialization; namespace Content.Shared.Administration.Events { [Serializable, NetSerializable] public sealed class FullPlayerListEvent : EntityEventArgs { public List PlayersInfo = new(); } }