mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-05-19 07:52:27 +00:00
Add ability for cases to perform actions
This commit is contained in:
parent
bfaef6ba4c
commit
4718970f6b
10 changed files with 169 additions and 41 deletions
|
@ -13,7 +13,6 @@ public enum CaseType
|
|||
|
||||
LevelLock = 4,
|
||||
LevelCommentsDisabled = 5,
|
||||
LevelDetailsEdited = 6,
|
||||
}
|
||||
|
||||
public static class CaseTypeExtensions
|
||||
|
@ -36,7 +35,6 @@ public static class CaseTypeExtensions
|
|||
{
|
||||
CaseType.LevelLock => true,
|
||||
CaseType.LevelCommentsDisabled => true,
|
||||
CaseType.LevelDetailsEdited => true,
|
||||
_ => false,
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue