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