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