Exemple #1
0
        //private static IntPtr PartyCount { get; set; }
        public void ReadPartyCount()
        {
            IntPtr PartyCountAddress;

            PartyCountAddress    = GetLocations("PARTYCOUNT");
            PartyInfo.PartyCount = MemoryLib.GetByte(PartyCountAddress);
        }