C# Class invertika_game.Game.Item

Inheritance: Actor
Mostrar archivo Open project: Invertika/server

Public Methods

Method Description
Item ( ItemClass type, int amount ) : System

Private Methods

Method Description
getAmount ( ) : int
getItemClass ( ) : ItemClass
update ( ) : void

Method Details

Item() public method

public Item ( ItemClass type, int amount ) : System
type ItemClass
amount int
return System