Use OS integer value for XML export to reduce file size
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
Imports System.Text.RegularExpressions
|
Imports System.Text.RegularExpressions
|
||||||
|
Imports System.Xml.Serialization
|
||||||
|
|
||||||
<Serializable()>
|
<Serializable()>
|
||||||
Public Class clsGame
|
Public Class clsGame
|
||||||
@@ -40,7 +41,9 @@ Public Class clsGame
|
|||||||
End Enum
|
End Enum
|
||||||
|
|
||||||
Public Enum eOS
|
Public Enum eOS
|
||||||
|
<XmlEnum("1")>
|
||||||
Windows = 1
|
Windows = 1
|
||||||
|
<XmlEnum("2")>
|
||||||
Linux = 2
|
Linux = 2
|
||||||
End Enum
|
End Enum
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user