C# Class SpilGames.Unity.Helpers.PlayerItem

This is the business object that the developer can use to work with for the Player owned Item.
Inheritance: Item
Mostrar archivo Open project: spilgames/spil_event_unity_plugin

Public Methods

Method Description
PlayerItem ( int id, string name, int type, int amount, int value ) : System

Method Details

PlayerItem() public method

public PlayerItem ( int id, string name, int type, int amount, int value ) : System
id int
name string
type int
amount int
value int
return System