示例#1
0
文件: Exit.cs 项目: googleben/Blaze
 public Exit(float x, float y, float z)
 {
     box = new TexturedBox(x, y, z, 32, 48, 32, texture);
 }