mirror of
https://github.com/ChronosX88/mta-mono.git
synced 2024-11-21 17:52:23 +00:00
Fixed access modifier for Native.Blip class
Project updated
This commit is contained in:
parent
0c327abcee
commit
930b6a02b1
@ -46,6 +46,7 @@
|
||||
<ItemGroup>
|
||||
<Compile Include="Account.cs" />
|
||||
<Compile Include="Ban.cs" />
|
||||
<Compile Include="Blip.cs" />
|
||||
<Compile Include="Blowfish.cs" />
|
||||
<Compile Include="CameraMatrix.cs" />
|
||||
<Compile Include="Color.cs" />
|
||||
|
@ -3,7 +3,7 @@ using System.Runtime.CompilerServices;
|
||||
|
||||
namespace MultiTheftAuto.Native
|
||||
{
|
||||
public class Blip
|
||||
internal class Blip
|
||||
{
|
||||
// Blip create/destroy functions
|
||||
[MethodImpl( MethodImplOptions.InternalCall )]
|
||||
|
Loading…
Reference in New Issue
Block a user