C# Class MiningGame.Code.Items.ItemRock

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

Méthodes publiques

Méthode Description
ItemRock ( ) : System
OnItemUsed ( int x, int y ) : void

Method Details

ItemRock() public méthode

public ItemRock ( ) : System
Résultat System

OnItemUsed() public méthode

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