mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-31 00:50:45 +01:00
Remove unnecessary RequiredAttributes
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.Globalization;
|
||||
|
||||
using Tgstation.Server.Api.Models;
|
||||
@@ -31,13 +30,11 @@ namespace Tgstation.Server.Host.Models
|
||||
/// <summary>
|
||||
/// The <see cref="DreamDaemonSecurity"/> level DreamDaemon was launched with.
|
||||
/// </summary>
|
||||
[Required]
|
||||
public DreamDaemonSecurity LaunchSecurityLevel { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// The <see cref="DreamDaemonVisibility"/> DreamDaemon was launched with.
|
||||
/// </summary>
|
||||
[Required]
|
||||
public DreamDaemonVisibility LaunchVisibility { get; set; }
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user