This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
GFG_New
/
ET9_WebGL_Base
Urmărește
2
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
5d98c2ccd6
Ramuri
Etichete
WebGL
ET9_WebGL_Base
/
CSharp
/
Game
/
Model
/
Config
/
GlobalConfig.cs
GlobalConfig.cs
102 B
Istoric
Crud
1
2
3
4
5
6
7
namespace Model
{
public class GlobalConfig: AConfig
{
public int Type { get; set; }
}
}