C# 클래스 Server.Game.Components.SpawnPoint

상속: Component
파일 보기 프로젝트 열기: GrindFest/GrindFest

공개 메소드들

메소드 설명
OnInitialize ( ) : void
OnUpdate ( System.TimeSpan delta ) : void
SpawnPoint ( string mobTemplate, int width, int height ) : System

비공개 메소드들

메소드 설명
OnMobDeath ( DeathPayload payload ) : void

메소드 상세

OnInitialize() 공개 메소드

public OnInitialize ( ) : void
리턴 void

OnUpdate() 공개 메소드

public OnUpdate ( System.TimeSpan delta ) : void
delta System.TimeSpan
리턴 void

SpawnPoint() 공개 메소드

public SpawnPoint ( string mobTemplate, int width, int height ) : System
mobTemplate string
width int
height int
리턴 System