Beispiel #1
0
 public void Oust()
 {
     if (follower != null)
     {
         follower.Detach();
         follower = null;
     }
 }