first commit
This commit is contained in:
14
NitroxModel/Packets/KeepInventoryChanged.cs
Normal file
14
NitroxModel/Packets/KeepInventoryChanged.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
|
||||
namespace NitroxModel.Packets;
|
||||
|
||||
[Serializable]
|
||||
public class KeepInventoryChanged : Packet
|
||||
{
|
||||
public bool KeepInventoryOnDeath { get; }
|
||||
|
||||
public KeepInventoryChanged(bool keepInventoryOnDeath)
|
||||
{
|
||||
KeepInventoryOnDeath = keepInventoryOnDeath;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user