Пример #1
0
 void Start()
 {
     _fishName  = $"fish{RandomGeneratorSingleton.GetRandom().Next(99999):00000}";
     _text.text = _fishName;
 }