Example #1
0
 public Tile()
 {
     ImgName = string.Empty;
     TilePackName = string.Empty;
     TileId = string.Empty;
     Texture = new ZTexture();
 }
Example #2
0
 public ZFrame()
 {
     Texture = new ZTexture();
 }
Example #3
0
 public Obj()
 {
     ImgName = string.Empty;
     l0 = string.Empty;
     l1 = string.Empty;
     l2 = string.Empty;
     Texture = new ZTexture();
 }