SuperMarioOdysseyOnline/include/game/Interfaces/IUsePlayerHack.h

10 lines
160 B
C
Raw Normal View History

2022-06-16 21:33:18 +00:00
#pragma once
/**
* @file PlayerActorBase.h
* @brief Interfaces for Classes that use PlayerHack (PlayerActorBase)
* Vtable loc:
*/
class IUsePlayerHack {
};