Skip to content

Commit

Permalink
Merge pull request tylearymf#28 from parkycai/main
Browse files Browse the repository at this point in the history
2021.3.5(m1)
  • Loading branch information
tylearymf authored Jun 23, 2022
2 parents d0142db + c26cb2f commit 2c98efd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Patcher/Unity/UnityPatchInfos.cs
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,14 @@ public static List<byte[]> ToBytes(params byte[][] bytesArray)
DarkPattern = ToBytes(ToArray("17 00 00 14 A1 CC 00 F0 21 20 23 91"), ToArray("20 06 00 37 E1 E3 01 91 E0 03 13 AA 2F 0B")),
},
new()
{
// 2021.3.5(m1)
Version = "2021.3.5",
Architecture = ArchitectureType.MacOS_ARM64,
LightPattern = ToBytes(ToArray("F4 02 00 34 C1 CC 00 B0 21 A0 23 91"), ToArray("20 06 00 36 E1 E3 01 91 E0 03 13 AA 2F 0B")),
DarkPattern = ToBytes(ToArray("17 00 00 14 C1 CC 00 B0 21 A0 23 91"), ToArray("20 06 00 37 E1 E3 01 91 E0 03 13 AA 2F 0B")),
},
new()
{
// 2022.1.2(m1)
Version = "2022",
Expand Down

0 comments on commit 2c98efd

Please sign in to comment.