mirror of
https://gitlab.com/2009scape/tools/2009scape-map-viewer.git
synced 2026-08-01 14:39:25 -06:00
8 lines
284 B
Kotlin
8 lines
284 B
Kotlin
package const
|
|
|
|
import cacheops.cache.Cache
|
|
import cacheops.cache.CacheDelegate
|
|
|
|
val cachePath = "/home/ceikry/IdeaProjects/rs09-remake/Server/data/cache"
|
|
val xteaJson = "/home/ceikry/IdeaProjects/rs09-remake/Server/data/configs/xteas.json"
|
|
val cache: Cache = CacheDelegate(cachePath)
|