mirror of
https://github.com/yairm210/Unciv.git
synced 2025-03-14 03:49:42 +07:00
Fix test - correct target type for event choice
This commit is contained in:
parent
cb432bbb67
commit
2a31c13bc6
@ -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. */
|
||||||
|
Loading…
Reference in New Issue
Block a user