C# Класс GA_Business, TheUnseen

Показать файл Открыть проект

Открытые методы

Метод Описание
NewEvent ( string eventName, string currency, int amount ) : void
NewEvent ( string eventName, string currency, int amount, Vector3 trackPosition ) : void
NewEvent ( string eventName, string currency, int amount, float x, float y, float z ) : void

Приватные методы

Метод Описание
CreateNewEvent ( string eventName, string currency, int amount, float x, float y, float z ) : void

Used for player purchases

Описание методов

NewEvent() публичный Метод

public NewEvent ( string eventName, string currency, int amount ) : void
eventName string
currency string
amount int
Результат void

NewEvent() публичный Метод

public NewEvent ( string eventName, string currency, int amount, Vector3 trackPosition ) : void
eventName string
currency string
amount int
trackPosition Vector3
Результат void

NewEvent() публичный Метод

public NewEvent ( string eventName, string currency, int amount, float x, float y, float z ) : void
eventName string
currency string
amount int
x float
y float
z float
Результат void