good
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#include "cgcclientsharedobjectcache.hpp"
|
||||
|
||||
#include "../../memory/memory.hpp"
|
||||
|
||||
CGCClientSharedObjectTypeCache* CGCClientSharedObjectCache::CreateBaseTypeCache(
|
||||
int nClassID) {
|
||||
if (!memory::fnCreateBaseTypeCache) return nullptr;
|
||||
return memory::fnCreateBaseTypeCache(this, nClassID);
|
||||
}
|
||||
Reference in New Issue
Block a user