saraaaaras / Redo-YYY-New

0 stars 0 forks source link

Learn to use String interpolation #5

Open PCRedHot opened 1 year ago

PCRedHot commented 1 year ago

https://github.com/saraaaaras/Redo-YYY-New/blob/7d2da933fc6a144d62eb12a0f94cc54c3e474cad/Assets/Inport/script/GameEngine.cs#L270

Almost all languages have some string interpolation syntax. Learn it, you will be happy

bonusText.text = $"({bonusScore})";