UUIMoviePlayer > UGFxMoviePlayer > UObject
namespace Offsets { namespace Classes { // Inheritance: UUIMoviePlayer > UGFxMoviePlayer > UObject namespace UUIGAPeachStartup { constexpr auto m_fHirezAnimTimer = 0x2a0; // float constexpr auto m_fPeachAnimTimer = 0x2a4; // float constexpr auto m_fSkipDelay = 0x2a8; // float constexpr auto m_fSkipDelayTimer = 0x2ac; // float } } }
public static class Offsets { public static class Classes { // Inheritance: UUIMoviePlayer > UGFxMoviePlayer > UObject public static class UUIGAPeachStartup { public const UInt16 m_fHirezAnimTimer = 0x2a0; // float public const UInt16 m_fPeachAnimTimer = 0x2a4; // float public const UInt16 m_fSkipDelay = 0x2a8; // float public const UInt16 m_fSkipDelayTimer = 0x2ac; // float } } }