isle/LEGO1/act3shark.h

18 lines
293 B
C
Raw Normal View History

#ifndef ACT3SHARK_H
#define ACT3SHARK_H
#include "legoanimactor.h"
// VTABLE 0x100d7920
2023-10-24 19:38:27 -04:00
class Act3Shark : public LegoAnimActor {
public:
2023-10-24 19:38:27 -04:00
// OFFSET: LEGO1 0x100430c0
inline virtual const char* ClassName() const override
{
// 0x100f03a0
return "Act3Shark";
}
};
#endif // ACT3SHARK_H