C# Class SpilGames.Unity.Helpers.Item

This is the business object that the developer can use to work with an Item.
Mostra file Open project: spilgames/spil_event_unity_plugin

Public Properties

Property Type Description
_Type int

Public Methods

Method Description
Item ( int id, string name, int type ) : System

Method Details

Item() public method

public Item ( int id, string name, int type ) : System
id int
name string
type int
return System

Property Details

_Type public_oe property

public int _Type
return int