C# Class MiningGameServer.Items.ServerItemSword

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

Public Methods

Method Description
OnItemUsed ( int x, int y, NetworkPlayer user ) : void
ServerItemSword ( ) : System

Method Details

OnItemUsed() public method

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

ServerItemSword() public method

public ServerItemSword ( ) : System
return System