Files
Net.Like.Xue.Tokyo/Assets/BITKit/UnityPluginsSupport/Tests/VectorTest.cs
CortexCore b125894cc3 1
2024-11-03 16:42:23 +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()
{
}
}
}