예제 #1
0
 void Awake()
 {
     if (targetText == null)
     {
         targetText = gameObject.GetComponent <Text>();
     }
     TranslationManager.RegisterToken(this);
     UpdateText();
 }