Пример #1
0
        public LastManStanding()
            : base("LastManStanding", 00, 4, 16)
        {
            Players     = new ConcurrentDictionary <uint, ProjectX_V3_Game.Entities.GameClient>();
            MapLocation = new ProjectX_V3_Game.Maps.MapPoint(50001, 46, 45);
            BattleClass = new LastManStanding.LastManStandingBattleClass();
            BattleClass.LastManStanding = this;

            new ProjectX_V3_Lib.Threading.BaseThread(CHECK_PLAYERS_THREAD, 5000, "LastManStandingThread").Start();
        }
Пример #2
0
        public LastManStanding()
            : base("LastManStanding", 00, 4, 16)
        {
            Players = new ConcurrentDictionary<uint, ProjectX_V3_Game.Entities.GameClient>();
            MapLocation = new ProjectX_V3_Game.Maps.MapPoint(50001, 46, 45);
            BattleClass = new LastManStanding.LastManStandingBattleClass();
            BattleClass.LastManStanding = this;

            new ProjectX_V3_Lib.Threading.BaseThread(CHECK_PLAYERS_THREAD, 5000, "LastManStandingThread").Start();
        }