乗り物の実装
Discordの該当スレッドリンク

Discord - Group Chat That’s All Fun & Games
Discord is great for playing games and chilling with friends, or even building a worldwide community. Customize your own...
int→string変換
// int型の変数を定義
int score = 100;
// ToString()メソッドで文字列に変換
string scoreText = score.ToString();
      
  
  
  
  