mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-04-08 18:35:09 +02:00
Init Discord Presence
This commit is contained in:
parent
9878afe9de
commit
453b4ac932
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user