コード例 #1
0
ファイル: RandomNumberLabel.cs プロジェクト: 31/GodotOnReady
 [OnReady] private void SetText()
 {
     Text = $"Random number: {_ns.Random()}";
 }