示例#1
0
 private void SetImage()
 {
     TypeCell         = currentLevel.GetRandomTypeCell();
     cellImage.sprite = TypeCell.GetSprite();
 }