This website works better with JavaScript
Startseite
Erkunden
Hilfe
Registrieren
Anmelden
hexiaojie
/
Client
Beobachten
1
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Struktur:
08b91f8ea9
Branches
Tags
GFG
douYou
douYouTap
ios_test
master
Client
/
GameClient
/
Assets
/
Game
/
HotUpdate
/
HttpProxy
/
Entity
/
HttpResult.cs
HttpResult.cs
117 B
Verlauf
Originalformat
1
2
3
4
5
6
7
8
namespace GFGGame
{
public class HttpResult
{
public int code;
public string message;
}
}