Normand Briere
2019-04-22 c60a1ad4f6aa4904e80280586b440a584b5ff061
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Decompiled by Jad v1.5.7b. Copyright 1997-99 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/SiliconValley/Bridge/8617/jad.html
// Decompiler options: packimports(3) 
// Source File Name:   EdgeBox.java
 
 
class EdgeBox
{
 
    EdgeBox()
    {
    }
 
    double x;
    double z;
    boolean occupied;
}