mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-16 23:09:38 +00:00
7 lines
79 B
C
7 lines
79 B
C
|
#pragma once
|
||
|
|
||
|
class CPopulation
|
||
|
{
|
||
|
public:
|
||
|
static Bool &ms_bGivePedsWeapons;
|
||
|
};
|