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