2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-13 22:31:21 +00:00
metaforce/Runtime/MP1/CInGameTweakManager.hpp

12 lines
193 B
C++

#pragma once
#include "Runtime/CInGameTweakManagerBase.hpp"
namespace metaforce::MP1 {
class CInGameTweakManager : public CInGameTweakManagerBase {
public:
};
} // namespace metaforce::MP1