C# Class wServer.realm.worlds.BattleArenaMap

Inheritance: World
ファイルを表示 Open project: C453/OryxKingdom

Public Properties

Property Type Description
Participants List
Wave int

Public Methods

Method Description
BattleArenaMap ( ) : System
Countdown ( int s ) : void
OutOfBounds ( float x, float y ) : bool
Tick ( RealmTime time ) : void

Private Methods

Method Description
SpawnBosses ( ) : void
SpawnEnemies ( ) : void

Method Details

BattleArenaMap() public method

public BattleArenaMap ( ) : System
return System

Countdown() public method

public Countdown ( int s ) : void
s int
return void

OutOfBounds() public method

public OutOfBounds ( float x, float y ) : bool
x float
y float
return bool

Tick() public method

public Tick ( RealmTime time ) : void
time RealmTime
return void

Property Details

Participants public_oe property

public List Participants
return List

Wave public_oe property

public int Wave
return int