예제 #1
0
파일: Exit.cs 프로젝트: googleben/Blaze
 public Exit(float x, float y, float z)
 {
     box = new TexturedBox(x, y, z, 32, 48, 32, texture);
 }