diff options
| author | EverythingWindows <[email protected]> | 2022-11-02 05:57:27 +0700 |
|---|---|---|
| committer | EverythingWindows <[email protected]> | 2022-11-02 05:57:27 +0700 |
| commit | cbc32f3aba8114e1bf2bc2d1db75a7056e5e575a (patch) | |
| tree | 9633115212854a9d2a7b3c7648ff9d53e3cdec4d /ShiftOS-TheRevival/MainForms/Strings.vb | |
| parent | 38b51f3f1dc8dc046b6c3bf80d5fe2885ff38a3c (diff) | |
| download | shiftos-therevival-old-0.1.1.tar.gz shiftos-therevival-old-0.1.1.tar.bz2 shiftos-therevival-old-0.1.1.zip | |
Diffstat (limited to 'ShiftOS-TheRevival/MainForms/Strings.vb')
| -rw-r--r-- | ShiftOS-TheRevival/MainForms/Strings.vb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/ShiftOS-TheRevival/MainForms/Strings.vb b/ShiftOS-TheRevival/MainForms/Strings.vb index 15303d2..96285a5 100644 --- a/ShiftOS-TheRevival/MainForms/Strings.vb +++ b/ShiftOS-TheRevival/MainForms/Strings.vb @@ -1,8 +1,8 @@ Public Class Strings Public Shared OSInfo() As String - Public Shared ComputerInfo() As String - Public Shared GameState() As String - Public Shared OnceInfo() As String + Public Shared ComputerInfo(1) As String + Public Shared IsFree As Boolean + Public Shared OnceInfo(0) As String 'STRING CATEGORIZATION WRITING RULES! 'THIS IS IN ORDER TO REMAIN COMPATIBLE WITH OLDER VERSIONS! @@ -30,6 +30,4 @@ '0 = Computer Name (default : shiftos) '1 = Username (default : user) ' - 'GameState Strings: - '0 = Playing Mode (default : Story) End Class |
