mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-20 20:59:18 +07:00
Fix test - correct target type for event choice
This commit is contained in:
@ -35,7 +35,7 @@ class Event : RulesetObject() {
|
|||||||
|
|
||||||
class EventChoice : ICivilopediaText, RulesetObject() {
|
class EventChoice : ICivilopediaText, RulesetObject() {
|
||||||
var text = ""
|
var text = ""
|
||||||
override fun getUniqueTarget() = UniqueTarget.Event
|
override fun getUniqueTarget() = UniqueTarget.EventChoice
|
||||||
override fun makeLink() = ""
|
override fun makeLink() = ""
|
||||||
|
|
||||||
/** Keyboard support - not user-rebindable, mod control only. Will be [parsed][KeyCharAndCode.parse], so Gdx key names will work. */
|
/** Keyboard support - not user-rebindable, mod control only. Will be [parsed][KeyCharAndCode.parse], so Gdx key names will work. */
|
||||||
|
Reference in New Issue
Block a user