1 /*
2 * To change this template, choose Tools | Templates
3 * and open the template in the editor.
4 */
5 package SocialSteeringsBeta;
6
7 import cz.cuni.amis.pogamut.base3d.worldview.object.Location;
8
9 /**
10 *
11 * @author Petr
12 */
13 public class RefLocation {
14 public Location data;
15 }