C# Class FBClient.Core.Players.OnlinePlayer

Inheritance: Player
ファイルを表示 Open project: Noxalus/Final-Bomber

Public Methods

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

Protected Methods

Method Description
Move ( GameTime gameTime, Map map, int hazardMap ) : void

Method Details

Move() protected method

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

OnlinePlayer() public method

public OnlinePlayer ( int id ) : FBClient.Entities
id int
return FBClient.Entities

Update() public method

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