File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9
9
[ assembly: AssemblyConfiguration ( "" ) ]
10
10
[ assembly: AssemblyCompany ( "" ) ]
11
11
[ assembly: AssemblyProduct ( "ScriptHookRDRNetAPI" ) ]
12
- [ assembly: AssemblyCopyright ( "Copyright © 2019 Salty | Copyright © 2015 crosire" ) ]
12
+ [ assembly: AssemblyCopyright ( "Copyright © 2020 Salty | Copyright © 2015 crosire" ) ]
13
13
[ assembly: AssemblyTrademark ( "" ) ]
14
14
[ assembly: AssemblyCulture ( "" ) ]
15
15
28
28
// Build Number
29
29
// Revision
30
30
//
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 5
5
6
6
namespace RDR2
7
7
{
8
- public enum MarkerType
8
+ public enum MarkerType : uint
9
9
{
10
10
Cylinder = 0x94FDAE17 ,
11
11
Cube = 0x6EB7D3BB ,
@@ -23,6 +23,6 @@ public enum MarkerType
23
23
Num_6 = 0xF9B24FB3 ,
24
24
Num_7 = 0x75FEB0E ,
25
25
Num_8 = 0xDD839756 ,
26
- num_9 = 0xE9F6303B ,
26
+ num_9 = 0xE9F6303B
27
27
}
28
28
}
You can’t perform that action at this time.
0 commit comments