Пример #1
0
 private void SetEating(Horse horse, bool isEating)
 {
     horse.IsEating = isEating;
     horse.BroadcastSetEntityData();
 }