forked from aly/qstbak
muffin v7.5.11
This commit is contained in:
parent
addf2d530f
commit
3102923ce2
522 changed files with 41082 additions and 211592 deletions
|
|
@ -1,19 +1,10 @@
|
|||
using System.Runtime.CompilerServices;
|
||||
|
||||
namespace Questionable.Validation.Validators;
|
||||
|
||||
internal sealed class FateSchemaValidator : DefinitionSchemaValidator
|
||||
{
|
||||
protected override EPathType PathType => EPathType.Fate;
|
||||
|
||||
protected override string MainSchemaUri
|
||||
{
|
||||
[MethodImpl(MethodImplOptions.NoInlining)]
|
||||
get
|
||||
{
|
||||
return global::_003CModule_003E._206C_202A_206D_206A_206E_202A_202B_206F_206D_200F_202D_200F_202D_206A_202C_202B_206D_206A_200E_200E_202D_202D_200D_200C_200D_200D_206D_206E_202A_200F_206E_206C_206D_206A_206D_202B_200F_200D_206E_200C_202E<string>(-1643882609);
|
||||
}
|
||||
}
|
||||
protected override string MainSchemaUri => "https://github.com/WigglyMuffin/Questionable/raw/refs/heads/main/FatePaths/fatedefinition-v1.json";
|
||||
|
||||
public FateSchemaValidator(SchemaRegistrar schemaRegistrar)
|
||||
: base(schemaRegistrar)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue