More storage tweaks (#25970)

- Fix some prediction stuff.
- Fix some jank.
- UseDelay.
- Cap.
This commit is contained in:
metalgearsloth
2024-04-20 11:51:16 +10:00
committed by GitHub
parent 7000974319
commit b2b1926ecc
4 changed files with 42 additions and 21 deletions

View File

@@ -26,7 +26,7 @@ public sealed class StorageSystem : SharedStorageSystem
SubscribeLocalEvent<StorageComponent, ComponentShutdown>(OnShutdown);
SubscribeNetworkEvent<PickupAnimationEvent>(HandlePickupAnimation);
SubscribeNetworkEvent<AnimateInsertingEntitiesEvent>(HandleAnimatingInsertingEntities);
SubscribeAllEvent<AnimateInsertingEntitiesEvent>(HandleAnimatingInsertingEntities);
}
public override void UpdateUI(Entity<StorageComponent?> entity)