More storage tweaks (#25970)
- Fix some prediction stuff. - Fix some jank. - UseDelay. - Cap.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user