Пример #1
0
 FacingStruct(short rot) : this()
 {
     Timer = new TimerStruct(0);
     this.turn_rate(rot);
 }