added launching, patching, and ui override
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
export const clamp = (val: number, min: number, max: number) => {
|
||||
return Math.max(min, Math.min(val, max));
|
||||
};
|
||||
};
|
Reference in New Issue
Block a user