first commit
This commit is contained in:
15
NitroxModel/Packets/EntityDestroyed.cs
Normal file
15
NitroxModel/Packets/EntityDestroyed.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using NitroxModel.DataStructures;
|
||||
|
||||
namespace NitroxModel.Packets;
|
||||
|
||||
[Serializable]
|
||||
public class EntityDestroyed : Packet
|
||||
{
|
||||
public NitroxId Id { get; }
|
||||
|
||||
public EntityDestroyed(NitroxId id)
|
||||
{
|
||||
Id = id;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user