Пример #1
0
 void SendRespiratoryUpdate(GameObject requestor)
 {
     HealthRespiratoryMessage.Send(requestor, gameObject, livingHealthBehaviour.respiratorySystem.IsBreathing,
                                   livingHealthBehaviour.respiratorySystem.IsSuffocating);
 }
Пример #2
0
 void SendRespiratoryUpdate()
 {
     HealthRespiratoryMessage.Send(gameObject, isSuffocatingCache);
 }