少年修仙传客户端代码仓库
client_linchunjie
2018-11-24 b2936fd450a2da5bd67d7986a440e0cbd205a396
Core/GameEngine/Model/Player/Character/PlayerBaseData.cs
@@ -69,6 +69,10 @@
            return ExAttr8 * (long)100000000 + ExAttr7;
        }
    }
    public int godWeaponLV_1;
    public int godWeaponLV_2;
    public int godWeaponLV_3;
    public int godWeaponLV_4;
    public ulong allSliver { get { return (ulong)Silver + (ulong)ExAttr6 * 100000000; } }
@@ -127,6 +131,10 @@
        HappyPoint = _serverInfo.HappyPoint;
        faction = _serverInfo.Faction;
        coinPointTotal = _serverInfo.ChangeCoinPointTotal;
        godWeaponLV_1 = (int)_serverInfo.ExAttr15;
        godWeaponLV_2 = (int)_serverInfo.ExAttr16;
        godWeaponLV_3 = (int)_serverInfo.ExAttr17;
        godWeaponLV_4 = (int)_serverInfo.ExAttr18;
    }