remove unused
This commit is contained in:
@ -133,7 +133,6 @@
|
||||
<None Include="packages.config" />
|
||||
<Compile Include="Sync\Entities\SyncedProjectile.cs" />
|
||||
<Compile Include="Sync\EntityPool.cs" />
|
||||
<Compile Include="Sync\EventArgs\ProjectileShotEventArgs.cs" />
|
||||
<Compile Include="Sync\SyncEvents.cs" />
|
||||
<Compile Include="Sync\Entities\SyncedEntity.cs" />
|
||||
<Compile Include="Sync\Entities\SyncedVehicle.cs" />
|
||||
|
@ -1,16 +0,0 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using GTA;
|
||||
|
||||
namespace RageCoop.Client
|
||||
{
|
||||
internal class ProjectileShotEventArgs:EventArgs
|
||||
{
|
||||
public bool IsMine { get; set; }
|
||||
public Projectile Projectile { get; set; }
|
||||
|
||||
public SyncedPed Owner { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user