コード例 #1
0
ファイル: Chat.cs プロジェクト: dmdemoura/HealingOverflow
 // Use this for initialization
 void OnEnable()
 {
     GetComponent <Text>().text = NameGenerator.GenerateChat(8);
 }