コード例 #1
0
 void Start()
 {
     chatNetwork = GetComponent <ChatNetwork>();
     Invoke("JoinRequest", 0.1f);
 }