Merge Classified
Merge Classified Class into GameController.vb
This commit is contained in:
parent
e8559a601d
commit
9147437d7b
|
@ -1,6 +0,0 @@
|
||||||
Public Class Classified
|
|
||||||
Public Shared Remote_Texture_URL As String = "" ' CLASSIFIED
|
|
||||||
Public Const GameJolt_Game_ID As String = "" ' CLASSIFIED
|
|
||||||
Public Const GameJolt_Game_Key As String = "" ' CLASSIFIED
|
|
||||||
Public Shared Encryption_Password As String = "" ' CLASSIFIED
|
|
||||||
End Class
|
|
|
@ -1,6 +1,13 @@
|
||||||
Imports System.Windows.Forms
|
Imports System.Windows.Forms
|
||||||
Imports GameDevCommon
|
Imports GameDevCommon
|
||||||
|
|
||||||
|
Public Class Classified
|
||||||
|
Public Shared Remote_Texture_URL As String = "" ' CLASSIFIED
|
||||||
|
Public Const GameJolt_Game_ID As String = "" ' CLASSIFIED
|
||||||
|
Public Const GameJolt_Game_Key As String = "" ' CLASSIFIED
|
||||||
|
Public Shared Encryption_Password As String = "" ' CLASSIFIED
|
||||||
|
End Class
|
||||||
|
|
||||||
''' <summary>
|
''' <summary>
|
||||||
''' Controls the game's main workflow.
|
''' Controls the game's main workflow.
|
||||||
''' </summary>
|
''' </summary>
|
||||||
|
|
Loading…
Reference in New Issue