mirror of
https://gitlab.com/2009scape/09launcher.git
synced 2025-12-09 16:45:54 -07:00
Initial push
This commit is contained in:
commit
dee36e793b
27 changed files with 554 additions and 0 deletions
5
src/main/kotlin/Settings.kt
Normal file
5
src/main/kotlin/Settings.kt
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
object Settings {
|
||||
val SAVE_DIR = System.getProperty("user.home")
|
||||
val SAVE_NAME = "2009scape.jar"
|
||||
val DOWNLOAD_URL = "http://play.2009scape.org/2009scape.jar"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue