Initial push

This commit is contained in:
ceikry 2021-07-15 19:28:03 -05:00
commit dee36e793b
27 changed files with 554 additions and 0 deletions

View 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"
}