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,6 +1,5 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Runtime.CompilerServices;
|
||||
using Dalamud.Plugin;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using Questionable.FatePaths;
|
||||
|
|
@ -12,32 +11,11 @@ namespace Questionable.Controller;
|
|||
|
||||
internal sealed class FateDefinitionRegistry : DefinitionRegistry<FateDefinition>
|
||||
{
|
||||
protected override string TypeLabel
|
||||
{
|
||||
[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>(70009244);
|
||||
}
|
||||
}
|
||||
protected override string TypeLabel => "FATE";
|
||||
|
||||
protected override string ConfigDirectoryName
|
||||
{
|
||||
[MethodImpl(MethodImplOptions.NoInlining)]
|
||||
get
|
||||
{
|
||||
return global::_003CModule_003E._200B_206B_206B_200E_200B_206A_206D_206B_206E_200F_206A_206F_206E_202B_200F_206C_202B_206D_206E_200F_200C_200E_206F_200D_200F_200B_202B_202B_202B_202B_206D_202C_206A_206D_200B_206E_200D_206A_206F_200F_202E<string>(223633553);
|
||||
}
|
||||
}
|
||||
protected override string ConfigDirectoryName => "FateDefinitions";
|
||||
|
||||
protected override string ProjectDirectoryName
|
||||
{
|
||||
[MethodImpl(MethodImplOptions.NoInlining)]
|
||||
get
|
||||
{
|
||||
return global::_003CModule_003E._202D_206D_206A_206E_202C_202B_200C_206C_200E_206A_206D_200E_206A_202A_200C_202E_206E_202C_206F_200B_206D_206F_200C_202C_200B_202B_200F_200B_206A_206F_200F_202E_206B_200E_202B_202A_200F_200B_202A_200E_202E<string>(1573744777);
|
||||
}
|
||||
}
|
||||
protected override string ProjectDirectoryName => "FatePaths";
|
||||
|
||||
protected override EPathType PathType => EPathType.Fate;
|
||||
|
||||
|
|
@ -48,31 +26,16 @@ internal sealed class FateDefinitionRegistry : DefinitionRegistry<FateDefinition
|
|||
|
||||
protected override IReadOnlyDictionary<ushort, FateDefinition> GetAssemblyDefinitions()
|
||||
{
|
||||
return _206E_200D_202D_200F_206F_202C_202C_202E_200E_202B_202C_200F_206C_206F_206F_206A_206F_206D_206F_206D_200B_202C_206B_206F_206F_206C_202E_202C_200F_206B_202B_202C_206F_206B_200F_200D_206A_202D_202E_206D_202E();
|
||||
return AssemblyFateDefinitionLoader.GetDefinitions();
|
||||
}
|
||||
|
||||
protected override DateTime? GetExpiry(FateDefinition definition)
|
||||
{
|
||||
return _206A_202B_200B_202E_206A_206B_206F_206D_202D_202A_202E_202B_200B_206D_206D_206B_206C_200E_206B_202E_202A_206E_206A_200C_202D_200E_200C_202B_202D_202B_202C_202B_200C_202A_202E_200B_202D_202C_200D_202C_202E(definition);
|
||||
return definition.EventExpiry;
|
||||
}
|
||||
|
||||
protected override string? GetName(FateDefinition definition)
|
||||
{
|
||||
return _206D_200D_206C_202B_202C_206C_206B_202B_200D_206F_206E_202D_206E_200F_206A_206B_200D_200E_200D_200C_206F_206A_200F_200F_202C_206A_206F_200D_202D_206F_206A_200C_206E_202D_206E_200E_200D_200F_206E_202C_202E(definition);
|
||||
}
|
||||
|
||||
static IReadOnlyDictionary<ushort, FateDefinition> _206E_200D_202D_200F_206F_202C_202C_202E_200E_202B_202C_200F_206C_206F_206F_206A_206F_206D_206F_206D_200B_202C_206B_206F_206F_206C_202E_202C_200F_206B_202B_202C_206F_206B_200F_200D_206A_202D_202E_206D_202E()
|
||||
{
|
||||
return AssemblyFateDefinitionLoader.GetDefinitions();
|
||||
}
|
||||
|
||||
static DateTime? _206A_202B_200B_202E_206A_206B_206F_206D_202D_202A_202E_202B_200B_206D_206D_206B_206C_200E_206B_202E_202A_206E_206A_200C_202D_200E_200C_202B_202D_202B_202C_202B_200C_202A_202E_200B_202D_202C_200D_202C_202E(FateDefinition P_0)
|
||||
{
|
||||
return P_0.EventExpiry;
|
||||
}
|
||||
|
||||
static string _206D_200D_206C_202B_202C_206C_206B_202B_200D_206F_206E_202D_206E_200F_206A_206B_200D_200E_200D_200C_206F_206A_200F_200F_202C_206A_206F_200D_202D_206F_206A_200C_206E_202D_206E_200E_200D_200F_206E_202C_202E(FateDefinition P_0)
|
||||
{
|
||||
return P_0.Name;
|
||||
return definition.Name;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue