Merge branch 'master' into MapParser
This commit is contained in:
@ -10,8 +10,8 @@ public class Vec2 implements Serializable {
|
||||
public int x, y;
|
||||
|
||||
public Vec2() {
|
||||
x = -1;
|
||||
y = -1;
|
||||
x = 0;
|
||||
y = 0;
|
||||
}
|
||||
|
||||
public Vec2(int x, int y ){
|
||||
|
Reference in New Issue
Block a user