C# Class MiningGame.Code.Items.ItemCoal

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

Public Methods

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

Method Details

ItemCoal() public method

public ItemCoal ( ) : System
return System

OnItemUsed() public method

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