C# Class MiningGame.Code.Items.ItemDoor

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

Public Methods

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

Method Details

ItemDoor() public method

public ItemDoor ( ) : MiningGameServer
return MiningGameServer

OnItemUsed() public method

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