Пример #1
0
        public string[] GetAllAssetNames()
        {
            KAssetBundle ab = Res;

            if (ab == null)
            {
                return(null);
            }
            return(ab.GetAllAssetNames());
        }