10 lines
156 B
C
10 lines
156 B
C
// Don't keep this included anywhere
|
|
// Purely for inspection purposes
|
|
|
|
#include "GasaCommon.h"
|
|
|
|
void test()
|
|
{
|
|
UObject::StaticClass()->PropertiesSize
|
|
}
|