C# Class WarTornLands.Entities.Modules.Interact.PickUp
ファイルを表示
Open project: floAr/WarTornLands
Public Methods
Method |
Description |
|
Interact ( Entity information ) : void |
|
|
PickUp ( WarTornLands loot ) : System |
|
|
Update ( GameTime gameTime ) : void |
|
|
Method Details
public Interact ( Entity information ) : void |
information |
Entity |
|
return |
void |
|
public PickUp ( WarTornLands loot ) : System |
loot |
WarTornLands |
|
return |
System |
|
public Update ( GameTime gameTime ) : void |
gameTime |
Microsoft.Xna.Framework.GameTime |
|
return |
void |
|