C# Class Server.Game.Components.SpawnPoint

Inheritance: Component
Exibir arquivo Open project: GrindFest/GrindFest

Public Methods

Method Description
OnInitialize ( ) : void
OnUpdate ( System.TimeSpan delta ) : void
SpawnPoint ( string mobTemplate, int width, int height ) : System

Private Methods

Method Description
OnMobDeath ( DeathPayload payload ) : void

Method Details

OnInitialize() public method

public OnInitialize ( ) : void
return void

OnUpdate() public method

public OnUpdate ( System.TimeSpan delta ) : void
delta System.TimeSpan
return void

SpawnPoint() public method

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