Cleaned up implementation of active nano powers.

This commit is contained in:
2020-09-15 16:46:52 +02:00
parent 0fc072d591
commit dc9de5a54a
3 changed files with 244 additions and 256 deletions

View File

@@ -8,6 +8,8 @@
#define ACTIVE_MISSION_COUNT 6
#define PC_MAXHEALTH(level) (925 + 75 * (level))
struct Player {
int accountId;
int64_t SerialKey;