C# 클래스 SpilGames.Unity.Helpers.Inventory

This is the business object that the developer can use to work with the Inventory.
파일 보기 프로젝트 열기: spilgames/spil_event_unity_plugin 1 사용 예제들

공개 메소드들

메소드 설명
Add ( int itemId, int amount, string reason ) : void
Inventory ( List itemData ) : System
Subtract ( int itemId, int amount, string reason ) : void

메소드 상세

Add() 공개 메소드

public Add ( int itemId, int amount, string reason ) : void
itemId int
amount int
reason string
리턴 void

Inventory() 공개 메소드

public Inventory ( List itemData ) : System
itemData List
리턴 System

Subtract() 공개 메소드

public Subtract ( int itemId, int amount, string reason ) : void
itemId int
amount int
reason string
리턴 void