コード例 #1
0
ファイル: EmailCurrent.cs プロジェクト: gitter-badger/Citadel
 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
 }
コード例 #2
0
ファイル: EmailCurrent.cs プロジェクト: gitter-badger/Citadel
	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
	}