mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
Add about/community info guidelines/social page
This commit is contained in:
12
WebfrontCore/ViewModels/CommunityInfo.cs
Normal file
12
WebfrontCore/ViewModels/CommunityInfo.cs
Normal file
@ -0,0 +1,12 @@
|
||||
using System.Collections.Generic;
|
||||
using SharedLibraryCore.Configuration;
|
||||
|
||||
namespace WebfrontCore.ViewModels
|
||||
{
|
||||
public class CommunityInfo
|
||||
{
|
||||
public string[] GlobalRules { get; set; }
|
||||
public Dictionary<string, string[]> ServerRules { get; set; }
|
||||
public CommunityInformationConfiguration CommunityInformation { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user