Exemple #1
0
 public void AfterTest()
 {
     _actionState = null;
     _inputBinder = null;
 }
Exemple #2
0
        public void BeforeTest()
        {
            _inputBinder = new GameObject().AddComponent <MockInputBinderComponent>();

            _actionState = new MainMenuActionState(new ActionStateInfo(_inputBinder.gameObject));
        }