/* 存放游戏运行中一些保存的数据 */ public static class GameData { public static string subScene; // 用于指定子场景用 }