Beispiel #1
0
 public TCgPooledObjectCache()
 {
     OnDeAllocate_Event = new FOnDeAllocate();
 }
Beispiel #2
0
        public TCgPooledMonoObjectCache()
        {
            Index = INDEX_NONE;

            OnDeAllocate_Event = new FOnDeAllocate();
        }