Exemplo n.º 1
0
 public static Entity createEntity(float[] inpos) {
   Entity e = createEntity();
   e.pos = inpos;
   return e;
 }