CreateNewHunt() 공개 정적인 메소드

public static CreateNewHunt ( ) : void
리턴 void
예제 #1
0
 private void HuntList_AttemptNewItem(object sender, EventArgs e)
 {
     HuntManager.CreateNewHunt();
     refreshHunts();
 }