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