Ejemplo n.º 1
0
 void Awake()
 {
     Instance = this;
     Instance.emailCurrent = 0;       // Current slot in the email inventory (7 slots)
     Instance.emailIndex   = 0;       // Current index to the email look-up tables
 }
Ejemplo n.º 2
0
	void Awake() {
		Instance = this;
		Instance.emailCurrent = 0; // Current slot in the email inventory (7 slots)
		Instance.emailIndex = 0; // Current index to the email look-up tables
	}