示例#1
0
 /// <summary>
 /// Подружиться
 /// </summary>
 public static void Friend(Point pPoint)
 {
     if (theGirl.mode == GirlMode.Ready)
     {
         theGirl.ChangeState(GirlMode.Done);
     }
 }