/
crypt
/
NumbersPlay
Обзор
Документация
Войти
/
crypt
/
NumbersPlay
Код
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Assets/PluginYourGames/Modules/InterstitialAdv/Example/Scripts/DebugInterstitialAdv.cs
20 строк
423 B
Crypt
start
16 ноя 2025, 14:28
16 ноя 2025, 14:28
1482007
Код
Авторство
О чём код?
using UnityEngine; using UnityEngine.UI; namespace YG.Example { public class DebugInterstitialAdv : MonoBehaviour { public Text timerText; private void Update() { #if RU_YG2 string translate = "������ �� �������: "; #else string translate = "Timer before adv: "; #endif timerText.text = translate + YG2.timerInterAdv.ToString("00.0"); } } }