Seal/abstract/virtual everything (#6739)
This commit is contained in:
@@ -6,7 +6,7 @@ using Robust.Shared.Serialization;
|
||||
namespace Content.Shared.Administration.Events
|
||||
{
|
||||
[Serializable, NetSerializable]
|
||||
public class FullPlayerListEvent : EntityEventArgs
|
||||
public sealed class FullPlayerListEvent : EntityEventArgs
|
||||
{
|
||||
public List<PlayerInfo> PlayersInfo = new();
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@ using Robust.Shared.Serialization;
|
||||
namespace Content.Shared.Administration.Events
|
||||
{
|
||||
[NetSerializable, Serializable]
|
||||
public class PlayerInfoChangedEvent : EntityEventArgs
|
||||
public sealed class PlayerInfoChangedEvent : EntityEventArgs
|
||||
{
|
||||
public PlayerInfo? PlayerInfo;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user