This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
echo3991
/
PuppyClient
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
2479360069
Rami (Branch)
Tag
develop-20250127-Jikaixuan
develop-daily-Chenbo
develop-weekly-Chenbo
master
PuppyClient
/
Assets
/
Scripts
/
GameControllers
/
GameData.cs
GameData.cs
129 B
Cronologia
Originale
1
2
3
4
5
6
7
/* 存放游戏运行中一些保存的数据
*/
public static class GameData
{
public static string subScene; // 用于指定子场景用
}