Init Discord Presence

This commit is contained in:
Daniel S. Billing 2021-02-20 00:45:55 +01:00
parent 9878afe9de
commit 453b4ac932

View File

@ -51,6 +51,8 @@
Public OffsetMaps As New Dictionary(Of String, List(Of List(Of Entity)))
Public DiscordPresence As New Presence
Public Sub Initialize(ByVal gameReference As GameController)
GameInstance = gameReference
@ -101,6 +103,8 @@
Else
SetScreen(New SplashScreen(GameInstance))
End If
DiscordPresence.Initialize()
End Sub
Public Sub LoadContent()