コード例 #1
0
ファイル: TmxTilemap.cs プロジェクト: Amtonja/Artifice-Game
 private TmxTilemap(TmxMap map)
 {
     m_map = map;
 }