emoose / MBINCompiler

Now maintained by monkeyman192: https://github.com/monkeyman192/MBINCompiler
Other
43 stars 69 forks source link

Added ToString overrides to NMSStrings, Vectors, and Quaternion to return held value. #102

Closed gurrenm3 closed 2 years ago

gurrenm3 commented 2 years ago

Added ToString overrides to NMSStrings, Vectors, and Quaternion to return held value.

Vectors and Quaternions will print there values in this form (x, y, z, w)

gurrenm3 commented 2 years ago

Closed because it is in the wrong repo