Skip to content

Commit

Permalink
Remove unnecessary RequiredAttributes
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberboss committed Oct 21, 2023
1 parent a6cb819 commit 6ab9fc5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Tgstation.Server.Host/Models/ReattachInformationBase.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using System.ComponentModel.DataAnnotations;
using System.Globalization;

using Tgstation.Server.Api.Models;
Expand Down Expand Up @@ -31,13 +30,11 @@ public abstract class ReattachInformationBase : DMApiParameters
/// <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>
Expand Down

0 comments on commit 6ab9fc5

Please sign in to comment.