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