C# Class MiningGame.Code.Items.ItemDirt

Inheritance: Item
Mostra file Open project: geel9/Minor-Destruction

Public Methods

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

Method Details

ItemDirt() public method

public ItemDirt ( ) : MiningGameServer
return MiningGameServer

OnItemUsed() public method

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