mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-31 01:35:20 +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 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()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user