Пример #1
0
 public BoyStateTable(StateMachine stateMachine, Boy player) : base(stateMachine)
 {
     _player = player;
 }