// Copyright (c) Supernova Technologies LLC using System.Collections; using System.Collections.Generic; using UnityEngine; namespace Nova.InternalNamespace_25 { internal static partial class InternalType_728 { public static bool InternalMethod_3284(TwoD InternalParameter_3066) { return InternalParameter_3066.X || InternalParameter_3066.Y; } } internal static class InternalType_730 { public static Unity.Mathematics.bool2 InternalMethod_3297(this TwoD InternalParameter_3090) { return new Unity.Mathematics.bool2(InternalParameter_3090.X, InternalParameter_3090.Y); } } }