C# Class FBServer.Core.Entities.Bomb

Inheritance: FBLibrary.Core.BaseEntities.BaseBomb
Afficher le fichier Open project: Noxalus/Final-Bomber Class Usage Examples

Méthodes publiques

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

Method Details

Bomb() public méthode

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
Résultat System

Destroy() public méthode

public Destroy ( ) : void
Résultat void

Remove() public méthode

public Remove ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void