CreateNewHunt() public static method

public static CreateNewHunt ( ) : void
return void
Esempio n. 1
0
 private void HuntList_AttemptNewItem(object sender, EventArgs e)
 {
     HuntManager.CreateNewHunt();
     refreshHunts();
 }