chore: removed random rule

This commit is contained in:
Sara Gerretsen 2026-03-29 17:29:44 +02:00
parent e7e161c5b0
commit e4c41bbeda

View file

@ -97,8 +97,3 @@ private:
public:
GET_SET_FNS(int, factor);
};
class PickRandomRule : public CompositeRule {
GDCLASS(PickRandomRule, CompositeRule);
static void _bind_methods() {}
};