C# Class MiningGame.Code.Items.ItemIron

Inheritance: Item
Afficher le fichier Open project: geel9/Minor-Destruction

Méthodes publiques

Méthode Description
ItemIron ( ) : MiningGameServer
OnItemUsed ( int x, int y ) : void

Method Details

ItemIron() public méthode

public ItemIron ( ) : MiningGameServer
Résultat MiningGameServer

OnItemUsed() public méthode

public OnItemUsed ( int x, int y ) : void
x int
y int
Résultat void