Exemple #1
0
 public void ControlSister()
 {
     if (brother_handler.UnderPlayerCommand())
     {
         brother_handler.PlayerLeaveControl();
         AssumeControl(sister, sister_handler);
     }
 }