mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
finish color code support (I think)
This commit is contained in:
@ -15,6 +15,8 @@ namespace SharedLibraryCore.Database.Models
|
||||
[Required]
|
||||
[MaxLength(24)]
|
||||
public string Name { get; set; }
|
||||
[MaxLength(24)]
|
||||
public string SearchableName { get; set; }
|
||||
[Required]
|
||||
public int? IPAddress { get; set; }
|
||||
[Required]
|
||||
|
Reference in New Issue
Block a user