mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2024-12-22 20:17:24 +08:00
fix(Temp): Fixed temporary game_time struct where time would be an invalid prop
This commit is contained in:
parent
83175ecebc
commit
9f6a317424
@ -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;
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user