mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-01 02:54:48 +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>
|
''' <summary>
|
||||||
''' Controls the game's main workflow.
|
''' Controls the game's main workflow.
|
||||||
@ -25,7 +25,7 @@ Public Class GameController
|
|||||||
''' <summary>
|
''' <summary>
|
||||||
''' The name of the game.
|
''' The name of the game.
|
||||||
''' </summary>
|
''' </summary>
|
||||||
Public Const GAMENAME As String = "Pokémon 3D"
|
Public Const GAMENAME As String = "Pokémon 3D"
|
||||||
|
|
||||||
''' <summary>
|
''' <summary>
|
||||||
''' The name of the developer that appears on the title screen.
|
''' 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.
|
Private Shared GameHacked As Boolean = False 'Temp value that stores if a hacking file was detected at game start.
|
||||||
|
|
||||||
''' <summary>
|
''' <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>
|
''' </summary>
|
||||||
Public Shared ReadOnly Property Hacker() As Boolean
|
Public Shared ReadOnly Property Hacker() As Boolean
|
||||||
Get
|
Get
|
||||||
|
Loading…
x
Reference in New Issue
Block a user