SuperMarioOdysseyOnline/include/game/Interfaces/IUsePlayerHack.h

11 lines
237 B
C++

#pragma once
/**
* @file PlayerActorBase.h
* @brief Interfaces for Classes that use PlayerHack (PlayerActorBase)
* Vtable loc:
*/
class IUsePlayerHack {
public:
virtual struct PlayerHackKeeper *getPlayerHackKeeper() const = 0;
};