C# 클래스 wServer.realm.worlds.BattleArenaMap

상속: World
파일 보기 프로젝트 열기: C453/OryxKingdom

공개 프로퍼티들

프로퍼티 타입 설명
Participants List
Wave int

공개 메소드들

메소드 설명
BattleArenaMap ( ) : System
Countdown ( int s ) : void
OutOfBounds ( float x, float y ) : bool
Tick ( RealmTime time ) : void

비공개 메소드들

메소드 설명
SpawnBosses ( ) : void
SpawnEnemies ( ) : void

메소드 상세

BattleArenaMap() 공개 메소드

public BattleArenaMap ( ) : System
리턴 System

Countdown() 공개 메소드

public Countdown ( int s ) : void
s int
리턴 void

OutOfBounds() 공개 메소드

public OutOfBounds ( float x, float y ) : bool
x float
y float
리턴 bool

Tick() 공개 메소드

public Tick ( RealmTime time ) : void
time RealmTime
리턴 void

프로퍼티 상세

Participants 공개적으로 프로퍼티

public List Participants
리턴 List

Wave 공개적으로 프로퍼티

public int Wave
리턴 int