PlayerID

    /// <summary>
    /// 客户端玩家的标识
    /// </summary>
    public string PlayerID { get; set; } = string.Empty;

最后更新于

这有帮助吗?