SMG-Decomp
A decompilation of Super Mario Galaxy 1
Loading...
Searching...
No Matches
TreasureBoxCracked.cpp
1#include "Game/MapObj/TreasureBoxCracked.hpp"
2
3TreasureBoxCracked::TreasureBoxCracked(const char *pName) : LiveActor(pName) {
4
5}
The basis of a drawable actor that can contain states (see: Nerve)
Definition LiveActor.hpp:24