Created
June 9, 2025 15:48
-
-
Save euri16/524b293872671d787051de38f15121ee to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class MyCustomRuleSetProvider : RuleSetProvider { | |
| override val ruleSetId: String = "custom-rules" | |
| override fun instance(config: Config) = | |
| RuleSet(ruleSetId, listOf(LaunchedEffectWithEffectParamRule(config))) | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment