24 lines
687 B
C#
24 lines
687 B
C#
// 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<bool> InternalParameter_3066)
|
|
{
|
|
return InternalParameter_3066.X || InternalParameter_3066.Y;
|
|
}
|
|
}
|
|
|
|
internal static class InternalType_730
|
|
{
|
|
public static Unity.Mathematics.bool2 InternalMethod_3297(this TwoD<bool> InternalParameter_3090)
|
|
{
|
|
return new Unity.Mathematics.bool2(InternalParameter_3090.X, InternalParameter_3090.Y);
|
|
}
|
|
}
|
|
}
|