C# 클래스 FBServer.Core.Entities.Bomb

상속: FBLibrary.Core.BaseEntities.BaseBomb
파일 보기 프로젝트 열기: Noxalus/Final-Bomber 1 사용 예제들

공개 메소드들

메소드 설명
Bomb ( int playerId, Point cellPosition, int power, System.TimeSpan timer, float speed ) : System
Destroy ( ) : void
Remove ( ) : void
Update ( ) : void

메소드 상세

Bomb() 공개 메소드

public Bomb ( int playerId, Point cellPosition, int power, System.TimeSpan timer, float speed ) : System
playerId int
cellPosition Point
power int
timer System.TimeSpan
speed float
리턴 System

Destroy() 공개 메소드

public Destroy ( ) : void
리턴 void

Remove() 공개 메소드

public Remove ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void