예제 #1
0
파일: Grid.cs 프로젝트: PlumpMath/Lost
 public Grid(GridDefinition gridDefinition)
 {
     this.gridDefinition = gridDefinition;
     this.rowButtonCount = this.gridDefinition.RowButtonCount;
 }