コード例 #1
0
        private IntPtr encryptedLocalPlayerPtr; //0x0000

        public ULocalPlayer LocalPlayer()
        {
            IntPtr LocalPlayerPtr = Decrypt.LocalPlayer(encryptedLocalPlayerPtr);

            return(Driver.Read <ULocalPlayer>(LocalPlayerPtr));
        }