예제 #1
0
 public void Remove()
 {
     if (AutoPvP.RemoveProfile(this))
     {
         OnRemoved();
     }
 }
예제 #2
0
파일: Profile.cs 프로젝트: zerodowned/Core
 public void Remove()
 {
     AutoPvP.RemoveProfile(this);
 }