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
Afficher le fichier Open project: spilgames/spil_event_unity_plugin

Méthodes publiques

Méthode Description
PlayerItem ( int id, string name, int type, int amount, int value ) : System

Method Details

PlayerItem() public méthode

public PlayerItem ( int id, string name, int type, int amount, int value ) : System
id int
name string
type int
amount int
value int
Résultat System