mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-22 08:42:44 +08:00
fix(Temp): Fixed temporary game_time struct where time would be an invalid prop
This commit is contained in:
@ -2,14 +2,16 @@
|
||||
|
||||
namespace big
|
||||
{
|
||||
struct game_time
|
||||
{
|
||||
int hour = 0;
|
||||
int minutes = 0;
|
||||
};
|
||||
|
||||
struct temp
|
||||
{
|
||||
struct game_time
|
||||
{
|
||||
int hour = 0;
|
||||
int minutes = 0;
|
||||
};
|
||||
int spoofed_rank = 0;
|
||||
game_time time = game_time{};
|
||||
int wanted_level = 0;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user