This website works better with JavaScript
Kezdőlap
Felfedezés
Súgó
Bejelentkezés
MonoGame
/
OpenVIII-monogame
tükrözi:
https://github.com/MaKiPL/OpenVIII-monogame.git
Figyelés
2
Kedvenc
0
Másolás
0
Fájlok
Problémák
0
Wiki
Branch:
unity
Branch-ok
Tag-ek
TestBranch
doc
master
modderUtilityGeometryExportTest
monogame
unity
OpenVIII-monoga...
/
Core
/
Sources
/
Environment
/
Runtime
/
RuntimePlatform.cs
RuntimePlatform.cs
128 B
Állandó hivatkozás
Előzmények
Nyers
1
2
3
4
5
6
7
8
9
namespace OpenVIII
{
public enum RuntimePlatform
{
Windows = 1,
Linux = 2,
MacOSX = 3
}
}