sfcnr/gamemodes/irresistible/cnr/features/player/_player.pwn

14 lines
492 B
Plaintext

/*
* Irresistible Gaming (c) 2018
* Developed by Lorenc
* Module: cnr\features\player\_player.pwn
* Purpose: encloses all player modules & components (cnr)
*/
/* ** Includes ** */
#include "irresistible\cnr\features\player\experience.pwn"
#include "irresistible\cnr\features\player\player_settings.pwn"
#include "irresistible\cnr\features\player\irresistibleguard.pwn"
#include "irresistible\cnr\features\player\streaks.pwn"
#include "irresistible\cnr\features\player\weapon_stats.pwn"