I THINK this is all that needs to be done to network it...right?
This commit is contained in:
@@ -429,6 +429,7 @@ namespace Barotrauma
|
||||
if (AnimController is HumanoidAnimController)
|
||||
{
|
||||
tempBuffer.Write(((HumanoidAnimController)AnimController).Crouching);
|
||||
tempBuffer.Write((int)((HumanoidAnimController)AnimController).GrabLimb);
|
||||
}
|
||||
|
||||
bool hasAttackLimb = AnimController.Limbs.Any(l => l != null && l.attack != null);
|
||||
|
||||
Reference in New Issue
Block a user