Exemplo n.º 1
0
        public BaseContestHouse(ContestHouseType type, int multiID, Mobile owner, int maxLockDown, int maxSecure)
            : base(multiID, owner, maxLockDown, maxSecure)
        {
            HouseType = type;

            AutoAddFixtures();
        }
Exemplo n.º 2
0
 public BaseContestHouse(ContestHouseType type, int multiID, Mobile owner, int MaxLockDown, int MaxSecure)
     : base(multiID, owner, MaxLockDown, MaxSecure)
 {
     HouseType = type;
 }