Example #1
0
 public GamePlayCommand(GamePlayControll gamePlay, GamePlayAction playerAction, int position)
 {
     _gamePlay     = gamePlay;
     _playerAction = playerAction;
     _position     = position;
 }
Example #2
0
 // Start is called before the first frame update
 void Start()
 {
     instance = this;
     // hanumanAnim = Hanuman.GetComponent<Animator>();
 }