Esempio n. 1
0
 public void OnEnter()
 {
     currentState.OnEnter();
     presenterMock.Verify(p => p.DisplayPlayerVictory(player));
 }