Exemple #1
0
 public Exit(float x, float y, float z)
 {
     box = new TexturedBox(x, y, z, 32, 48, 32, texture);
 }