Skip to content

Commit

Permalink
Adapt dict entries of interest for new samples
Browse files Browse the repository at this point in the history
Adapt to new samples including the new 'Photon UI' mode in the game client.
  • Loading branch information
Viir committed Jan 3, 2023
1 parent 1d71723 commit 697d97f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion implement/read-memory-64-bit/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,10 @@ struct PyDictEntry
"_sr",

// Found in "_sr" Bunch
"htmlstr"
"htmlstr",

// 2023-01-03 Sample with PhotonUI: process-sample-ebdfff96e7.zip
"_texturePath", "_opacity", "_bgColor", "isExpanded"
);

struct LocalMemoryReadingTools
Expand Down

0 comments on commit 697d97f

Please sign in to comment.