We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03cbd09 commit b2053e7Copy full SHA for b2053e7
plugin/src/shared/sc/plugin2020/Move.kt
@@ -7,6 +7,7 @@ import sc.plugin2020.util.CubeCoordinates
7
/* NOTE: Remember to add all these classes to classesToRegister in sc/plugin2020/util/Configuration.kt */
8
sealed class Move: IMove {
9
abstract val destination: CubeCoordinates?
10
+ var hint: String? = null
11
}
12
13
@XStreamAlias(value = "setmove")
0 commit comments