Replies: 1 comment
-
Ok |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem?
At the moment the WorldGameRuleChangeEvent provides the new game rule value as a string instead of the real object which requirtes you to parse the value yourself
Describe the solution you'd like.
Either pass the object itself or make the event generic so the GameRule type matches the value
Describe alternatives you've considered.
parsing the value myself
Other
the class as reference

Beta Was this translation helpful? Give feedback.
All reactions