ShatteredSoftware / ShatteredCore

Core plugin for ShatteredSuite.
MIT License
1 stars 3 forks source link

Code Coverage - Vector3 #27

Closed hardiksachan closed 3 years ago

hardiksachan commented 3 years ago

RE: #20

Hey, I would like to write unit tests for Vector3. If that's okay, please assign me this issue.

hardiksachan commented 3 years ago

Hey, there is no definition for unaryMinus in Vector3. Do you mind if I add it?

hhenrichsen commented 3 years ago

Go for it. Try to keep code changes to Vector3 in a separate commit if possible, and follow the commit format; I've updated that document since you last contributed.