mirror of
https://github.com/telegramcores/mod-premium.git
synced 2026-01-13 00:58:36 +00:00
7 lines
85 B
C++
7 lines
85 B
C++
void AddPremiumAccount();
|
|
|
|
void Addmod_premiumScripts()
|
|
{
|
|
AddPremiumAccount();
|
|
}
|