C# Class MOTB.BattleManager

ファイルを表示 Open project: GCGC-Ben/GameClubTesting Class Usage Examples

Public Methods

Method Description
BattleManager ( ) : System
createBattleButtons ( ) : void
draw ( SpriteBatch sb ) : void
startBattle ( List hrs, List enmys ) : void
update ( ) : void

Method Details

BattleManager() public method

public BattleManager ( ) : System
return System

createBattleButtons() public method

public createBattleButtons ( ) : void
return void

draw() public method

public draw ( SpriteBatch sb ) : void
sb Microsoft.Xna.Framework.Graphics.SpriteBatch
return void

startBattle() public method

public startBattle ( List hrs, List enmys ) : void
hrs List
enmys List
return void

update() public method

public update ( ) : void
return void