mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-04-08 18:35:09 +02:00
Damn é fix
This commit is contained in:
parent
e7e25a156a
commit
e414eef0f4
@ -1,4 +1,4 @@
|
||||
Imports System.Windows.Forms
|
||||
Imports System.Windows.Forms
|
||||
|
||||
''' <summary>
|
||||
''' Controls the game's main workflow.
|
||||
@ -25,7 +25,7 @@ Public Class GameController
|
||||
''' <summary>
|
||||
''' The name of the game.
|
||||
''' </summary>
|
||||
Public Const GAMENAME As String = "Pokémon 3D"
|
||||
Public Const GAMENAME As String = "Pokémon 3D"
|
||||
|
||||
''' <summary>
|
||||
''' The name of the developer that appears on the title screen.
|
||||
@ -133,7 +133,7 @@ Public Class GameController
|
||||
Private Shared GameHacked As Boolean = False 'Temp value that stores if a hacking file was detected at game start.
|
||||
|
||||
''' <summary>
|
||||
''' If the player hacked any instance of Pokémon3D at some point.
|
||||
''' If the player hacked any instance of Pokémon3D at some point.
|
||||
''' </summary>
|
||||
Public Shared ReadOnly Property Hacker() As Boolean
|
||||
Get
|
||||
|
Loading…
x
Reference in New Issue
Block a user