using System.ComponentModel.DataAnnotations;
namespace LobbyServerDto
{
[LobbyMessage]
public partial class LobbyNatPunchDone
public Guid LobbyId { get; set; }
public int NatPunchId { get; set; }
}