示例#1
0
 void Awake()
 {
     inGameLTString   = InGameLenghtText.text;
     GameOverLTstring = GameOverLenghtText.text;
     instance         = this;
 }
示例#2
0
 private void Awake()
 {
     S = this;
 }