コード例 #1
0
ファイル: NetworkManager.cs プロジェクト: harko12/Battle
 void Awake()
 {
     instance = this;
     TNManager.AddRCCs(typeof(NetworkManager));
 }