コード例 #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();
 }