Exemplo n.º 1
0
	public void Popup(EPlayerActions action)
	{
		gameObject.SetActive(true);
		
		currentAction = (int) action;
		
		messageText.text = messages[currentAction];
	}
Exemplo n.º 2
0
 public PlayerActions(EPlayerActions action)
 {
     _playerActions = action;
 }