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