Merge Classified

Merge Classified Class into GameController.vb
This commit is contained in:
darkfire006 2021-01-25 11:04:16 -06:00
parent e8559a601d
commit 9147437d7b
2 changed files with 7 additions and 6 deletions

View File

@ -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

View File

@ -1,6 +1,13 @@
Imports System.Windows.Forms
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>
''' Controls the game's main workflow.
''' </summary>