13 lines
136 B
Kotlin
13 lines
136 B
Kotlin
package entries
|
|
|
|
import game_logic.runescape.RunescapeRoutines
|
|
|
|
|
|
fun main() {
|
|
RunescapeRoutines.fullRunIncense(0, 0, 0, 1839)
|
|
}
|
|
|
|
|
|
|
|
|