This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
echo3991
/
PuppyClient
Observar
2
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
2479360069
Branches
Tags
develop-20250127-Jikaixuan
develop-daily-Chenbo
develop-weekly-Chenbo
master
PuppyClient
/
Assets
/
Scripts
/
GameControllers
/
GameData.cs
GameData.cs
129 B
Histórico
Raw
1
2
3
4
5
6
7
/* 存放游戏运行中一些保存的数据
*/
public static class GameData
{
public static string subScene; // 用于指定子场景用
}