コード例 #1
0
ファイル: Factory.cs プロジェクト: XanoSage/Match2Test
 public static Block CreateBlock(BlockType type)
 {
     return(Block.Create(type));
 }