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

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

공개 프로퍼티들

프로퍼티 타입 설명
currencies List

공개 메소드들

메소드 설명
Add ( int currencyId, int amount, string reason ) : void
Subtract ( int currencyId, int amount, string reason ) : void
Wallet ( List currencyData ) : System

메소드 상세

Add() 공개 메소드

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

Subtract() 공개 메소드

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

Wallet() 공개 메소드

public Wallet ( List currencyData ) : System
currencyData List
리턴 System

프로퍼티 상세

currencies 공개적으로 프로퍼티

public List currencies
리턴 List