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