Fixed misstyping

This commit is contained in:
Qwreey 2023-02-17 11:48:34 +09:00
parent 11c32680ef
commit 8e4f69827a

View file

@ -136,6 +136,7 @@ export type TweenOptions = {
Ended: TweenEnded?;
Getter: TweenGetter?;
Setter: TweenSetter?;
Time: number?;
}
export type EasingFunction = {run:(number)->number,[any]:any}
export type EasingFunctions = {