1
0
Fork 0
forked from aly/qstbak

muffin v7.5.6

This commit is contained in:
alydev 2026-08-17 20:27:25 +10:00
parent 6266f9e6b7
commit addf2d530f
619 changed files with 264792 additions and 446022 deletions

View file

@ -1,5 +1,5 @@
using System.Collections.Generic;
using Questionable.Model.Common.Converter;
using SmartNav.Model.Converter;
namespace Questionable.Model.Questing.Converter;
@ -9,11 +9,11 @@ public sealed class JumpTypeConverter : EnumConverter<EJumpType>
{
{
EJumpType.SingleJump,
"SingleJump"
global::_003CModule_003E._202C_200B_200E_200D_206A_200D_202D_206E_200E_206D_202C_200E_206A_202D_202E_206F_200C_206C_206B_206F_200E_202A_200E_200E_202B_202B_206D_202B_206D_200C_206C_200C_200E_202A_202C_200D_206E_202C_200B_202A_202E<string>(-1386886680)
},
{
EJumpType.RepeatedJumps,
"RepeatedJumps"
global::_003CModule_003E._200F_200E_200D_202C_206F_200B_200B_206E_206B_202D_202C_202C_200B_206C_206B_202E_206D_202A_206B_202B_202B_206E_206C_202B_200D_206B_206C_200D_200B_200E_206C_206F_200D_202A_206C_206F_200B_202C_206A_202D_202E<string>(472729139)
}
};