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