コード例 #1
0
ファイル: BaseGrid.cs プロジェクト: otogyongyosi/Emberpoint
 public static BaseGrid Create(Emberpoint.Core.GameObjects.Abstracts.Blueprint <EmberCell> blueprint)
 {
     return(new BaseGrid(blueprint));
 }
コード例 #2
0
ファイル: BaseGrid.cs プロジェクト: otogyongyosi/Emberpoint
 private BaseGrid(Emberpoint.Core.GameObjects.Abstracts.Blueprint <EmberCell> blueprint) : base(blueprint)
 {
 }