C# Class EquippedItems

Inheritance: Storage
ファイルを表示 Open project: marouen-lamiri/Second-Soul Class Usage Examples

Public Properties

Property Type Description
inventoryOffsetX int
inventoryOffsetY int

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Protected Methods

Method Description
drawItems ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

drawItems() protected abstract method

protected abstract drawItems ( ) : void
return void

Property Details

inventoryOffsetX public_oe property

public int inventoryOffsetX
return int

inventoryOffsetY public_oe property

public int inventoryOffsetY
return int