New Super Mario Bros. U Headers
Loading...
Searching...
No Matches
EventStartCoinBattle.h
Go to the documentation of this file.
1#pragma once
2
3#include <event/EventBase.h>
4
5class EventStartCoinBattle : public EventBase // vtbl Address: 0x100B5794
6{
7 // getRuntimeTypeInfoStatic()::typeInfo initialization guard variable Address: 0x101EAD5C
8 // getRuntimeTypeInfoStatic()::typeInfo Address: 0x101EAD60
9 SEAD_RTTI_OVERRIDE(EventStartCoinBattle, EventBase)
10
11private:
12 bool mExit;
13};
14static_assert(sizeof(EventStartCoinBattle) == 0x1C, "EventStartCoinBattle size mismatch");
Definition EventStartCoinBattle.h:6