BITFALL/Assets/BITKit/UnityPluginsSupport/Tests/VectorTest.cs

17 lines
223 B
C#
Raw Normal View History

2023-08-23 01:59:40 +08:00
using System.Collections;
using System.Collections.Generic;
using NUnit.Framework;
using UnityEngine;
namespace BITKit
{
public class Vector : MonoBehaviour
{
[Test]
public void CalculateSqrMagnitude()
{
}
}
}