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