C# Class FBClient.Core.Players.OnlinePlayer

Inheritance: Player
Afficher le fichier Open project: Noxalus/Final-Bomber

Méthodes publiques

Méthode Description
OnlinePlayer ( int id ) : FBClient.Entities
Update ( GameTime gameTime, Map map, int hazardMap ) : void

Méthodes protégées

Méthode Description
Move ( GameTime gameTime, Map map, int hazardMap ) : void

Method Details

Move() protected méthode

protected Move ( GameTime gameTime, Map map, int hazardMap ) : void
gameTime Microsoft.Xna.Framework.GameTime
map FBClient.WorldEngine.Map
hazardMap int
Résultat void

OnlinePlayer() public méthode

public OnlinePlayer ( int id ) : FBClient.Entities
id int
Résultat FBClient.Entities

Update() public méthode

public Update ( GameTime gameTime, Map map, int hazardMap ) : void
gameTime Microsoft.Xna.Framework.GameTime
map FBClient.WorldEngine.Map
hazardMap int
Résultat void