📜  退出按钮统一代码 - C# 代码示例

📅  最后修改于: 2022-03-11 14:49:05.156000             🧑  作者: Mango

代码示例2
void doExitGame() {
     Application.Quit();
 }