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,7 +1,7 @@
using System;
using System.Numerics;
using System.Text.Json.Serialization;
using Questionable.Model.Common.Converter;
using SmartNav.Model.Converter;
namespace Questionable.Model.Gathering;
@ -23,11 +23,25 @@ public sealed class GatheringLocation
public bool IsCone()
{
if (MinimumAngle.HasValue)
int num = ((!MinimumAngle.HasValue) ? (-443145177) : (-443145178));
while (true)
{
return MaximumAngle.HasValue;
int num2 = num;
int num3 = -443145177;
int num4 = num2;
switch ((num4 | num3) - (num4 & num3))
{
case 0:
return false;
case 1:
return MaximumAngle.HasValue;
case 2:
goto IL_005f;
}
continue;
IL_005f:
num = -443145178;
}
return false;
}
public float CalculateMinimumDistance()