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