C# Class MiningGame.Code.Items.ItemPlank

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

Public Methods

Method Description
ItemPlank ( )
OnItemUsed ( int x, int y ) : void

Method Details

ItemPlank() public method

public ItemPlank ( )

OnItemUsed() public method

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