Renaming and cleanup and a new method.

This commit is contained in:
MattBDev
2019-07-09 15:50:13 -04:00
parent 0feebac44b
commit 4a40c7d99c
79 changed files with 893 additions and 1226 deletions

View File

@ -74,7 +74,4 @@ public class MutableVector3 extends Vector3 {
return this;
}
public double getY() {
return y;
}
}