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