Пример #1
0
 public void loadPropData(PropData savedPropData)
 {
     propRotation = savedPropData.loadRotation();
     rotateToPoint();
 }