C# Class EnterBattle, JRPG

Inheritance: MonoBehaviour
Exibir arquivo Open project: seanlazaro/JRPG Class Usage Examples

Public Properties

Property Type Description
afterBattleEffect int
destroyAfterBattle bool
enemyBattleState BattleState,
enemyInBattle GameObject

Public Methods

Method Description
Start ( ) : void
StartBattle ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

StartBattle() public method

public StartBattle ( ) : void
return void

Property Details

afterBattleEffect public_oe property

public int afterBattleEffect
return int

destroyAfterBattle public_oe property

public bool destroyAfterBattle
return bool

enemyBattleState public_oe property

public BattleState, enemyBattleState
return BattleState,

enemyInBattle public_oe property

public GameObject enemyInBattle
return GameObject