예제 #1
0
        protected override void OnStart(float startTime)
        {
            string filtered = _explanation.Replace("%name%",
                                                   GlobalManager.instance.userProfiles.ActiveUser.name);

            _tutorial.Explain(filtered, _playSound, _autoHide);
        }