Exemplo n.º 1
0
	public AsCombat_Idle(AsPropertyDelayer_Combat _owner) : base(_owner, eCombatStateType.IDLE)
	{
		
	}
Exemplo n.º 2
0
	public AsCombat_Combat(AsPropertyDelayer_Combat _owner) : base(_owner, eCombatStateType.COMBAT)
	{
	}
Exemplo n.º 3
0
	public AsCombatStateBase(AsPropertyDelayer_Combat _owner, eCombatStateType _type)
	{
		m_OwnerFsm = _owner;
		m_FsmStateType = _type;
	}