Ejemplo n.º 1
0
		public static void PlayerNextActionReset()
		{
			playerAniCmdNext = PlayerActionCommand.Player_None;
		}
Ejemplo n.º 2
0
		public static void PlayerNextActionSet(PlayerActionCommand cmd)
		{
			playerAniCmdNext = cmd;
		}