コード例 #1
0
ファイル: Block.cs プロジェクト: 67-6f-64/HelloWorld
 public Block()
 {
     this.Id     = BlockRepository.NextId();
     this.DropId = Id;
     BlockRepository.Blocks[Id] = this;
 }