1
0

feat: add new 2 rules for BMapInspector

This commit is contained in:
2026-02-20 16:00:00 +08:00
parent d31a98a859
commit 8dbce47d8a
8 changed files with 277 additions and 18 deletions

View File

@@ -6,7 +6,7 @@ namespace BMapInspector::Rule {
/**
* @brief speedystoneball Rule 1
* @details
* Pjysicalized object should not have scale factor, especially negative scale factor (mirror).
* Physicalized object should not have scale factor, especially negative scale factor (mirror).
*/
class SSBRule1 : public IRule {
public: