Update CodeService.cs

This commit is contained in:
Ottermandias 2025-09-15 20:29:13 +02:00 committed by GitHub
parent 414bd8bee7
commit 0a9693daea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -50,7 +50,8 @@ public class CodeService
| CodeFlag.OopsMiqote | CodeFlag.OopsMiqote
| CodeFlag.OopsRoegadyn | CodeFlag.OopsRoegadyn
| CodeFlag.OopsAuRa | CodeFlag.OopsAuRa
| CodeFlag.OopsHrothgar; | CodeFlag.OopsHrothgar
| CodeFlag.OopsViera;
public const CodeFlag FullCodes = CodeFlag.Face | CodeFlag.Manderville | CodeFlag.Smiles; public const CodeFlag FullCodes = CodeFlag.Face | CodeFlag.Manderville | CodeFlag.Smiles;
@ -250,3 +251,4 @@ public class CodeService
_ => (false, 0, string.Empty, string.Empty, string.Empty), _ => (false, 0, string.Empty, string.Empty, string.Empty),
}; };
} }