haus system auf core geändert
This commit is contained in:
18
ReallifeGamemode.Server.Core.RageMP/RageBlip.cs
Normal file
18
ReallifeGamemode.Server.Core.RageMP/RageBlip.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using GTANetworkAPI;
|
||||
using ReallifeGamemode.Server.Core.API;
|
||||
|
||||
namespace ReallifeGamemode.Server.Core.RageMP
|
||||
{
|
||||
class RageBlip : RageEntity, IBlip
|
||||
{
|
||||
private Blip blip;
|
||||
|
||||
public RageBlip(Blip blip) : base(blip)
|
||||
{
|
||||
this.blip = blip;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user