quickslot works, new event for actor "actorValueChanged"

- "unpacking" fresh new tool would un-register quickslot desig.
- priority issue on "equipped by quickslot change" and "equipped by inventory UI"
This commit is contained in:
Song Minjae
2017-04-28 12:21:27 +09:00
parent 13e817e154
commit 996d578d3e
34 changed files with 215 additions and 61 deletions

View File

@@ -13,7 +13,7 @@ import java.util.regex.Pattern
/**
* Created by minjaesong on 16-01-15.
*/
object CommandInterpreter {
internal object CommandInterpreter {
private val commandsNoAuth = arrayOf(
"auth",
@@ -31,7 +31,7 @@ object CommandInterpreter {
private val ccY = GameFontBase.colToCode["y"]
private val ccR = GameFontBase.colToCode["r"]
fun execute(command: String) {
internal fun execute(command: String) {
val cmd: Array<CommandInput?> = parse(command)
val error = Error()