Example #1
0
 void setType(EmptyCellType type)
 {
     this.type = type;
     sprite = Resources.Load(type.ToString(), typeof(Sprite)) as Sprite;
 }
Example #2
0
 void setType(EmptyCellType type)
 {
     this.type = type;
     sprite    = Resources.Load(type.ToString(), typeof(Sprite)) as Sprite;
 }
Example #3
0
 public EmptyCell(EmptyCellType type)
 {
     setType(type);
 }
Example #4
0
 public EmptyCell(EmptyCellType type)
 {
     setType(type);
 }