コード例 #1
0
ファイル: Map.cs プロジェクト: remy22/MapleGame
 public Tile()
 {
     ImgName = string.Empty;
     TilePackName = string.Empty;
     TileId = string.Empty;
     Texture = new ZTexture();
 }
コード例 #2
0
ファイル: ZFrame.cs プロジェクト: remy22/MapleGame
 public ZFrame()
 {
     Texture = new ZTexture();
 }
コード例 #3
0
ファイル: Map.cs プロジェクト: remy22/MapleGame
 public Obj()
 {
     ImgName = string.Empty;
     l0 = string.Empty;
     l1 = string.Empty;
     l2 = string.Empty;
     Texture = new ZTexture();
 }