diff options
| author | Physcik <mynameisgennadiy@vk.com> | 2026-01-10 17:27:55 +0500 |
|---|---|---|
| committer | Physcik <mynameisgennadiy@vk.com> | 2026-01-10 17:27:55 +0500 |
| commit | a364d4330dfd34f953f64e90020f8b8d6f2e82c4 (patch) | |
| tree | db71d125f633832b130821f3aec07d4b714ab7bb /engine/Settings/Settings.go | |
| parent | e6ccb74f77d0d03d33c422ca7dc942422074d7dd (diff) | |
World storage system change
Diffstat (limited to 'engine/Settings/Settings.go')
| -rw-r--r-- | engine/Settings/Settings.go | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/engine/Settings/Settings.go b/engine/Settings/Settings.go index a0490cc..f943203 100644 --- a/engine/Settings/Settings.go +++ b/engine/Settings/Settings.go @@ -6,13 +6,6 @@ import ( "os" ) -type AppVersion struct { - MajorVersion uint - MinorVersion uint - Patch uint - IsBeta bool -} - type Settings struct { Version AppVersion PackagesLocation string |
