mirror of
https://github.com/CraftyBoss/SuperMarioOdysseyOnline.git
synced 2024-11-17 00:45:10 +00:00
10 lines
160 B
C
10 lines
160 B
C
|
#pragma once
|
||
|
/**
|
||
|
* @file PlayerActorBase.h
|
||
|
* @brief Interfaces for Classes that use PlayerHack (PlayerActorBase)
|
||
|
* Vtable loc:
|
||
|
*/
|
||
|
|
||
|
class IUsePlayerHack {
|
||
|
|
||
|
};
|