This repository has been archived on 2024-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
YimMenu/src/util/police.hpp
2023-04-14 17:54:07 +01:00

10 lines
176 B
C++

#pragma once
namespace big
{
struct police
{
inline static memory::byte_patch* m_max_wanted_level;
inline static memory::byte_patch* m_max_wanted_level_2;
};
}