C# Class MiningGame.Code.Items.ItemSword

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

Public Methods

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

Method Details

ItemSword() public method

public ItemSword ( ) : System
return System

OnItemUsed() public method

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