mirror of
https://github.com/KabKebab/GS13.git
synced 2026-08-21 12:06:15 +01:00
6 lines
158 B
Plaintext
6 lines
158 B
Plaintext
#define STARTING_PAYCHECK 50
|
|
|
|
//ID bank account support defines.
|
|
#define ID_NO_BANK_ACCOUNT 0
|
|
#define ID_FREE_BANK_ACCOUNT 1
|
|
#define ID_LOCKED_BANK_ACCOUNT 2 |