Cube-World-Commands-Mod/cwmods/plasma/ObjectManager.h

17 lines
308 B
C
Raw Normal View History

2019-10-06 04:08:12 +08:00
#ifndef OBJECTMANAGER_H
#define OBJECTMANAGER_H
#include "../IDA/types.h"
namespace plasma {
class ObjectManager {
public:
void *vtable;
__int64 field_8;
__int64 field_10;
__int64 field_18;
};
}
#endif // OBJECTMANAGER_H