Remove drag & drop dropping items from containers (#32706)
* Initial commit * Update based on maintainer discussion * Forgot to remove this woops
This commit is contained in:
@@ -169,20 +169,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