From 2b8a4bf872450a8a4ba7132878a02618a2fcf7ec Mon Sep 17 00:00:00 2001 From: "Daniel S. Billing" Date: Sat, 20 Feb 2021 00:43:36 +0100 Subject: [PATCH] Added Discord Application ID to Classified --- P3D/Core/GameController.vb | 1 + 1 file changed, 1 insertion(+) diff --git a/P3D/Core/GameController.vb b/P3D/Core/GameController.vb index fc12e5501..8cc18ffcf 100644 --- a/P3D/Core/GameController.vb +++ b/P3D/Core/GameController.vb @@ -6,6 +6,7 @@ Public Class Classified Public Const GameJolt_Game_ID As String = "" ' CLASSIFIED Public Const GameJolt_Game_Key As String = "" ' CLASSIFIED Public Shared Encryption_Password As String = "" ' CLASSIFIED + Public Shared Discord_Application_ID As String = "" ' CLASSIFIED End Class '''