C# Class MiningGame.Code.Items.ItemIron

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

Public Methods

Method Description
ItemIron ( ) : MiningGameServer
OnItemUsed ( int x, int y ) : void

Method Details

ItemIron() public method

public ItemIron ( ) : MiningGameServer
return MiningGameServer

OnItemUsed() public method

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