BUGFIX: Add effect definition to fragmentObject (#891)

This commit is contained in:
TheAimMan
2023-10-30 04:00:31 -04:00
committed by GitHub
parent 009622069f
commit 6f67224146
5 changed files with 47 additions and 4 deletions

View File

@@ -4430,6 +4430,7 @@ interface Fragment {
type: number;
power: number;
limit: number;
effect: string;
}
/** @public */