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