C# Class GA_Business, TheUnseen

Afficher le fichier Open project: henryj41043/TheUnseen

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
CreateNewEvent ( string eventName, string currency, int amount, float x, float y, float z ) : void

Used for player purchases

Method Details

NewEvent() public méthode

public NewEvent ( string eventName, string currency, int amount ) : void
eventName string
currency string
amount int
Résultat void

NewEvent() public méthode

public NewEvent ( string eventName, string currency, int amount, Vector3 trackPosition ) : void
eventName string
currency string
amount int
trackPosition Vector3
Résultat void

NewEvent() public méthode

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
Résultat void