Fixed access modifier for Native.Blip class

Project updated
This commit is contained in:
Kernell 2015-12-23 23:28:50 +03:00
parent 0c327abcee
commit 930b6a02b1
2 changed files with 2 additions and 1 deletions

View File

@ -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" />

View File

@ -3,7 +3,7 @@ using System.Runtime.CompilerServices;
namespace MultiTheftAuto.Native
{
public class Blip
internal class Blip
{
// Blip create/destroy functions
[MethodImpl( MethodImplOptions.InternalCall )]