mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-12-23 06:57:31 +08:00
13 lines
274 B
C++
13 lines
274 B
C++
|
|
// Now the question is, is this called CGameMode or something else?
|
|
// It is basically the same as what the server has with minor differences
|
|
|
|
#include "npcmode.h"
|
|
|
|
CNPCMode::CNPCMode()
|
|
{
|
|
// TODO: CNPCMode::CNPCMode W: 0041A9C0 L: 080A940C
|
|
field_68 = 0;
|
|
field_69 = 0;
|
|
}
|