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

10 lines
176 B
C++
Raw Normal View History

2023-04-14 18:54:07 +02:00
#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;
};
}