UObject
namespace Offsets { namespace Classes { // Inheritance: UObject namespace UChromaSDKPluginAnimation2DObject { constexpr auto Device = 0x30; // EChromaSDKDevice2DEnum constexpr auto Frames = 0x38; // TArray } } }
public static class Offsets { public static class Classes { // Inheritance: UObject public static class UChromaSDKPluginAnimation2DObject { public const byte Device = 0x30; // EChromaSDKDevice2DEnum public const byte Frames = 0x38; // TArray } } }