Update Vector3.java
This commit is contained in:
parent
ba4a1015a5
commit
f9749a1fd5
|
@ -1,5 +1,9 @@
|
||||||
package WayofTime.alchemicalWizardry.api;
|
package WayofTime.alchemicalWizardry.api;
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Created in Scala by Alex-Hawks
|
||||||
|
* Translated and implemented by Arcaratus
|
||||||
|
*/
|
||||||
public class Vector3
|
public class Vector3
|
||||||
{
|
{
|
||||||
public int x, y, z;
|
public int x, y, z;
|
||||||
|
|
Loading…
Reference in a new issue