Seal/abstract/virtual everything (#6739)
This commit is contained in:
@@ -5,7 +5,7 @@ using Robust.Shared.Serialization;
|
||||
namespace Content.Shared.Inventory.Events;
|
||||
|
||||
[NetSerializable, Serializable]
|
||||
public class UseSlotNetworkMessage : EntityEventArgs
|
||||
public sealed class UseSlotNetworkMessage : EntityEventArgs
|
||||
{
|
||||
// The slot-owner is implicitly the client that is sending this message.
|
||||
// Otherwise clients could start forcefully undressing other clients.
|
||||
|
||||
Reference in New Issue
Block a user