Skip to content

Commit 18bb0c0

Browse files
committed
Add 2019.3 for Windows
1 parent f7d57af commit 18bb0c0

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Patcher/Program.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ internal class Program
4545
LightPattern = new byte[] {0x74, 0x15, 0x33, 0xC0, 0xEB, 0x13, 0x90, 0x49}
4646
},
4747
new PatchInfo
48+
{
49+
Version = "2019.3",
50+
DarkPattern = new byte[] {0x75, 0x15, 0x33, 0xC0, 0xEB, 0x13, 0x90, 0x49},
51+
LightPattern = new byte[] {0x74, 0x15, 0x33, 0xC0, 0xEB, 0x13, 0x90, 0x49}
52+
},
53+
new PatchInfo
4854
{
4955
Version = "2020.1",
5056
DarkPattern = new byte[] {0x75, 0x15, 0x33, 0xC0, 0xEB, 0x13, 0x90, 0x49},

0 commit comments

Comments
 (0)