This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
echo3991
/
PuppyClient
Urmărește
2
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
2479360069
Ramuri
Etichete
develop-20250127-Jikaixuan
develop-daily-Chenbo
develop-weekly-Chenbo
master
PuppyClient
/
Assets
/
Scripts
/
GameControllers
/
GameData.cs
GameData.cs
129 B
Istoric
Crud
1
2
3
4
5
6
7
/* 存放游戏运行中一些保存的数据
*/
public static class GameData
{
public static string subScene; // 用于指定子场景用
}