12 lines
211 B
C++
12 lines
211 B
C++
|
//// MxWoW Official Module
|
||
|
//// Token
|
||
|
//// Dev: mikx
|
||
|
//// Git: https://mxgit.ovh/MxWoW/mod_mxwow_token
|
||
|
|
||
|
void AddMxWoWTokenScripts();
|
||
|
|
||
|
void Addmod_mxwow_tokenScripts()
|
||
|
{
|
||
|
AddMxWoWTokenScripts();
|
||
|
}
|