예제 #1
0
파일: AffixPool.cs 프로젝트: Etabli/DA-GAME
 /// <summary>
 /// Changes the seed of the internal lottery to its default value.
 /// </summary>
 public void ChangeSeed()
 {
     lottery.ChangeSeed();
 }