mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
combined Penalty and EFPenalty
moved some classes around
This commit is contained in:
21
SharedLibraryCore/PartialEntities/EFPenalty.cs
Normal file
21
SharedLibraryCore/PartialEntities/EFPenalty.cs
Normal file
@ -0,0 +1,21 @@
|
||||
using System;
|
||||
using SharedLibraryCore;
|
||||
|
||||
namespace SharedLibraryCore.Database.Models
|
||||
{
|
||||
public partial class EFPenalty
|
||||
{
|
||||
public enum PenaltyType
|
||||
{
|
||||
Report,
|
||||
Warning,
|
||||
Flag,
|
||||
Kick,
|
||||
TempBan,
|
||||
Ban,
|
||||
Unban,
|
||||
Any,
|
||||
Unflag
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user