sfcnr/gamemodes/irresistible/cnr/commands/_commands.pwn
2019-01-27 19:29:55 +11:00

16 lines
501 B
Plaintext

/*
* Irresistible Gaming (c) 2018
* Developed by Lorenc
* Module: cnr/commands/admin/_admin.pwn
* Purpose: encloses all commands
*/
/* ** Directories ** */
#include "irresistible\cnr\commands\admin\_admin.pwn"
/* ** Files ** */
#include "irresistible\cnr\commands\cmd_twitter.pwn"
#include "irresistible\cnr\commands\cmd_highscores.pwn"
#include "irresistible\cnr\commands\cmd_nametags.pwn"
#include "irresistible\cnr\commands\cmd_feedback.pwn"
#include "irresistible\cnr\commands\cmd_help.pwn"