コード例 #1
0
ファイル: SL.cs プロジェクト: dsapandora/clash-of-clones
 public static void  AddExisting <T>(T existing) where T : MonoBehaviour
 {
     Instance.AddExisting <T>(existing);
 }