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

This is the business object that the developer can use to work with for the InGame Shop Promotion.
파일 보기 프로젝트 열기: spilgames/spil_event_unity_plugin

공개 메소드들

메소드 설명
Promotion ( int bundleId, int amount, List prices, string discount, System.DateTime startDate, System.DateTime endDate ) : System

메소드 상세

Promotion() 공개 메소드

public Promotion ( int bundleId, int amount, List prices, string discount, System.DateTime startDate, System.DateTime endDate ) : System
bundleId int
amount int
prices List
discount string
startDate System.DateTime
endDate System.DateTime
리턴 System