コード例 #1
0
ファイル: MapGenerate.cs プロジェクト: Tiler-Kiwi/tile-fights
 private void Start()
 {
     MapData = MapGraphData.Instantiate(MapData);
 }