mirror of
https://gitlab.com/2009scape/tools/rs09-constants-library.git
synced 2026-08-01 14:39:15 -06:00
comment
This commit is contained in:
parent
d1613e0abe
commit
bbcefcf3f1
1 changed files with 9 additions and 0 deletions
|
|
@ -1,5 +1,14 @@
|
|||
package org.rs09.consts
|
||||
|
||||
/**
|
||||
* Quick note up here for content creators, if a value listed below
|
||||
* has a comment next to it, that means that it does not
|
||||
* (as of 2023-02-23) get unlocked client-side when running
|
||||
* the ::allmusic admin command. The comment dictates where
|
||||
* and when the music should unlock, so any individuals looking at
|
||||
* implementing the quests, miniquests, or minigames listed can
|
||||
* have an easier time with it.
|
||||
*/
|
||||
object Music {
|
||||
const val IBAN_1 = 1
|
||||
const val AUTUMN_VOYAGE_2 = 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue