Files
Nitrox/NitroxModel/Packets/ServerStopped.cs
2025-07-06 00:23:46 +02:00

10 lines
106 B
C#

using System;
namespace NitroxModel.Packets;
[Serializable]
public class ServerStopped : Packet
{
}