عرض مشاركة واحدة
قديم 2020-03-05, 12:54 PM
المشاركة 22
ابو حمزه9
.:: عضو خبير ::.
  • غير متواجد
Unhappy رد: حصرياً لودر سورس Slayer الاجبني لسورسات البروتو 2020


عفواً لايمكن عرض الرابط إلا بعد الرد على الموضوع
الايرورين دول معرفتش احلهم ؟


بدل دة باللي عندك

كود:
        public GameState(ClientWrapper socket)
        {
            
Fake socket == null;
            
Queue = new ConcurrentPacketQueue();
            
PacketFilter = new PacketFilter() { { 1001010 }, { 10005}, { 2064}, { 2032}, { 1027} };
            
Attackable false;
            
Action 0;
            
_socket socket;
            
ExtraStatus = new System.Collections.Concurrent.ConcurrentDictionary<Role.Instance.RoleStatus.StatuTypRole.Instance.RoleStatus>();
            
Cryptography = new GameCryptography(System.Text.Encoding.Default.GetBytes(Constants.GameCryptographyKey));
            
DHKeyExchange = new Network.GamePackets.DHKeyExchange.ServerKeyExchange();
            
ChiPowers = new List<ChiPowerStructure>();
            
Retretead_ChiPowers = new ChiPowerStructure[4];
        }