This website works better with JavaScript
Home
Explore
Help
Sign In
MonoGame
/
OpenVIII-monogame
mirror of
https://github.com/MaKiPL/OpenVIII-monogame.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Branch:
monogame
Branches
Tags
TestBranch
doc
master
modderUtilityGeometryExportTest
monogame
unity
OpenVIII-monoga...
/
Core
/
Sources
/
Environment
/
Runtime
/
RuntimePlatform.cs
RuntimePlatform.cs
128 B
Permalink
History
Raw
1
2
3
4
5
6
7
8
9
namespace OpenVIII
{
public enum RuntimePlatform
{
Windows = 1,
Linux = 2,
MacOSX = 3
}
}