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