added static method

This commit is contained in:
2026-06-26 02:04:34 +03:00
parent 306096af14
commit 71e256d033
4 changed files with 92 additions and 14 deletions
+1
View File
@@ -9,6 +9,7 @@ namespace omath::hud
class CanvasBox final
{
public:
CanvasBox() = default;
CanvasBox(Vector2<float> top, Vector2<float> bottom, float ratio = 4.f);
[[nodiscard("You have to use array")]]