C# Class FBServer.Core.Entities.Bomb

Inheritance: FBLibrary.Core.BaseEntities.BaseBomb
Datei anzeigen Open project: Noxalus/Final-Bomber Class Usage Examples

Public Methods

Method Description
Bomb ( int playerId, Point cellPosition, int power, System.TimeSpan timer, float speed ) : System
Destroy ( ) : void
Remove ( ) : void
Update ( ) : void

Method Details

Bomb() public method

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
return System

Destroy() public method

public Destroy ( ) : void
return void

Remove() public method

public Remove ( ) : void
return void

Update() public method

public Update ( ) : void
return void