Пример #1
0
 private void increaseSection(CircleSectionController section, float angle)
 {
     Debug.Log("Increasing angle by: " + angle);
     section.increaseAngleBy(angle);
 }