C# Class MiningGame.Code.Items.ItemDoor

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

Méthodes publiques

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

Method Details

ItemDoor() public méthode

public ItemDoor ( ) : MiningGameServer
Résultat MiningGameServer

OnItemUsed() public méthode

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