C# Class GA_Business, TheUnseen

显示文件 Open project: henryj41043/TheUnseen

Public Methods

Method 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

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

Used for player purchases

Method Details

NewEvent() public method

public NewEvent ( string eventName, string currency, int amount ) : void
eventName string
currency string
amount int
return void

NewEvent() public method

public NewEvent ( string eventName, string currency, int amount, Vector3 trackPosition ) : void
eventName string
currency string
amount int
trackPosition Vector3
return void

NewEvent() public method

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
return void