- WIP attempt at syncing item positions
- Some changes to item floating logic (lift is also applied to items outside the sub, forcefactor is clamped to 1 if the item is fully submerged)
This commit is contained in:
@@ -28,7 +28,9 @@ namespace Barotrauma.Networking
|
||||
ItemFixed = 9,
|
||||
|
||||
UpdateProperty = 10,
|
||||
WallDamage = 11
|
||||
WallDamage = 11,
|
||||
|
||||
PhysicsBodyPosition = 12
|
||||
}
|
||||
|
||||
class NetworkEvent
|
||||
|
||||
Reference in New Issue
Block a user