Files
BITKit/Packages/Runtime~/UnityPluginsSupport/Tests/VectorTest.cs
CortexCore a71288cf2d Many thing
2023-08-23 01:59:26 +08:00

17 lines
223 B
C#

using System.Collections;
using System.Collections.Generic;
using NUnit.Framework;
using UnityEngine;
namespace BITKit
{
public class Vector : MonoBehaviour
{
[Test]
public void CalculateSqrMagnitude()
{
}
}
}