File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 99[ assembly: AssemblyConfiguration ( "" ) ]
1010[ assembly: AssemblyCompany ( "" ) ]
1111[ assembly: AssemblyProduct ( "ScriptHookRDRNetAPI" ) ]
12- [ assembly: AssemblyCopyright ( "Copyright © 2019 Salty | Copyright © 2015 crosire" ) ]
12+ [ assembly: AssemblyCopyright ( "Copyright © 2020 Salty | Copyright © 2015 crosire" ) ]
1313[ assembly: AssemblyTrademark ( "" ) ]
1414[ assembly: AssemblyCulture ( "" ) ]
1515
2828// Build Number
2929// Revision
3030//
31- [ assembly: AssemblyVersion ( "1.0.5.4 " ) ]
32- [ assembly: AssemblyFileVersion ( "1.0.5.4 " ) ]
31+ [ assembly: AssemblyVersion ( "1.0.5.5 " ) ]
32+ [ assembly: AssemblyFileVersion ( "1.0.5.5 " ) ]
Original file line number Diff line number Diff line change 55
66namespace RDR2
77{
8- public enum MarkerType
8+ public enum MarkerType : uint
99 {
1010 Cylinder = 0x94FDAE17 ,
1111 Cube = 0x6EB7D3BB ,
@@ -23,6 +23,6 @@ public enum MarkerType
2323 Num_6 = 0xF9B24FB3 ,
2424 Num_7 = 0x75FEB0E ,
2525 Num_8 = 0xDD839756 ,
26- num_9 = 0xE9F6303B ,
26+ num_9 = 0xE9F6303B
2727 }
2828}
You can’t perform that action at this time.
0 commit comments