예제 #1
0
파일: Town.cs 프로젝트: krusheony/ModernUO
 public Town()
 {
     m_State = new TownState(this);
     ConstructVendorLists();
     ConstructGuardLists();
     StartIncomeTimer();
 }
예제 #2
0
파일: Town.cs 프로젝트: Ravenwolfe/xrunuo
 public Town()
 {
     m_State = new TownState( this );
     ConstructVendorLists();
     ConstructGuardLists();
     StartIncomeTimer();
 }