Merge remote-tracking branch 'upstream/master' into ed-20-11-2024-upstream-sync
# Conflicts: # Content.Server/Chemistry/EntitySystems/InjectorSystem.cs # Content.Server/Traits/TraitSystem.cs # Content.Shared/CCVar/CCVars.cs # Content.Shared/Inventory/InventorySystem.Relay.cs # Resources/Maps/box.yml # Resources/Maps/core.yml
This commit is contained in:
@@ -175,20 +175,6 @@ namespace Content.Shared.Storage
|
||||
}
|
||||
}
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
public sealed class StorageRemoveItemEvent : EntityEventArgs
|
||||
{
|
||||
public readonly NetEntity ItemEnt;
|
||||
|
||||
public readonly NetEntity StorageEnt;
|
||||
|
||||
public StorageRemoveItemEvent(NetEntity itemEnt, NetEntity storageEnt)
|
||||
{
|
||||
ItemEnt = itemEnt;
|
||||
StorageEnt = storageEnt;
|
||||
}
|
||||
}
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
public sealed class StorageInsertItemIntoLocationEvent : EntityEventArgs
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user