Example #1
0
 public void ChangeImage(IntParser parser)
 {
     component.sprite = spritePool[parser.ParseToInt()];
 }