C# Class MiningGame.Code.Items.ItemRock

Inheritance: System.Item
显示文件 Open project: geel9/Minor-Destruction

Public Methods

Method Description
ItemRock ( ) : System
OnItemUsed ( int x, int y ) : void

Method Details

ItemRock() public method

public ItemRock ( ) : System
return System

OnItemUsed() public method

public OnItemUsed ( int x, int y ) : void
x int
y int
return void