mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Add tostring to MVector3
This commit is contained in:
parent
639a7b3ca6
commit
2fb6324c1c
@ -26,5 +26,7 @@ namespace NewHorizons.External.SerializableData
|
|||||||
{
|
{
|
||||||
return new Vector3(vec.x, vec.y, vec.z);
|
return new Vector3(vec.x, vec.y, vec.z);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public override string ToString() => $"{x}, {y}, {z}";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user