使用法: new [options] オプション: -h, --help Displays help for this command. -l, --list Lists templates containing the specified name. If no name is specified, lists all templates. -n, --name The name for the ...
Minecraft/ ├── Form1.cs # Main launcher window ├── play.cs # Play page ├── shop.cs # Shop page ├── mcData.cs # Global data class (Minecoins etc) ├── Form1.Designer.cs # Auto-generated UI code └── ...