コード例 #1
0
ファイル: Center.cs プロジェクト: taotao111/HiFramework_unity
        public static T Get <T>() where T : class, IComponent
        {
            var c = _iContainer.Get <T>();

            _iTicker.Regist(c);
            return(c);
        }