Initial Update to new version

This commit is contained in:
KnucklesB
2024-09-21 18:37:15 -03:00
parent 49ca2c766a
commit c6515c2b64
21 changed files with 445452 additions and 291069 deletions

View File

@@ -3,7 +3,7 @@
#include "UnityEngine/Math.h"
#include <helpers.h>
const char* Math::Vector3::ToString(app::Vector3__Boxed* v)
const char* Math::Vector3::ToString(app::Vector3* v)
{
app::String* str = app::Vector3_ToString(v, nullptr);