C# 클래스 FBClient.Core.LocalGameManager

This class is specificaly used for the logic of local games
상속: GameManager
파일 보기 프로젝트 열기: Noxalus/Final-Bomber 1 사용 예제들

공개 메소드들

메소드 설명
Initialize ( ) : void
LoadContent ( ) : void
LocalGameManager ( ) : System
PlayerDeathAction ( BasePlayer sender, EventArgs args ) : void
RoundEndAction ( ) : void
Update ( ) : void

보호된 메소드들

메소드 설명
RemoveWall ( Wall wall ) : void
Reset ( ) : void

메소드 상세

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

LoadContent() 공개 메소드

public LoadContent ( ) : void
리턴 void

LocalGameManager() 공개 메소드

public LocalGameManager ( ) : System
리턴 System

PlayerDeathAction() 공개 메소드

public PlayerDeathAction ( BasePlayer sender, EventArgs args ) : void
sender BasePlayer
args System.EventArgs
리턴 void

RemoveWall() 보호된 메소드

protected RemoveWall ( Wall wall ) : void
wall FBClient.Core.Entities.Wall
리턴 void

Reset() 보호된 메소드

protected Reset ( ) : void
리턴 void

RoundEndAction() 공개 메소드

public RoundEndAction ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void