Property | Type | Description | |
---|---|---|---|
states | List |
Method | Description | |
---|---|---|
FightStateMachineWill ( int id, List |
||
FightStateMachineWill ( int id, StateWill, state ) : System.Collections | ||
changeState ( StateWill, newState ) : void | ||
execute ( ) : StateWill, |
public FightStateMachineWill ( int id, List |
||
id | int | |
listState | List |
|
indexFirstState | int | |
return | System.Collections |
public FightStateMachineWill ( int id, StateWill, state ) : System.Collections | ||
id | int | |
state | StateWill, | |
return | System.Collections |
public changeState ( StateWill, newState ) : void | ||
newState | StateWill, | |
return | void |