ActiveGameRuleComponent and EndedGameRuleComponent refactor #20583
DrSmugleaf
announced in
Code announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The
Active
andEnded
fields have been removed fromGameRuleComponent
.HasComp<ActiveGameRuleComponent>
andHasComp<EndedGameRuleComponent>
should be used instead to check if a game rule is active or ended (#20564)Beta Was this translation helpful? Give feedback.
All reactions