コード例 #1
0
        // Token: 0x060014F7 RID: 5367 RVA: 0x00025360 File Offset: 0x00024360
        private static InternalCollection Find(uint collectionKey)
        {
            InternalCollection internalCollection = InstanceCatalog.Get().Find(collectionKey);

            if (null == internalCollection)
            {
                internalCollection = new InternalCollection(1558879558u, collectionKey);
                internalCollection.Load();
                return(internalCollection);
            }
            return(internalCollection);
        }