1
This commit is contained in:
16
Assets/BITKit/UnityPluginsSupport/Tests/VectorTest.cs
Normal file
16
Assets/BITKit/UnityPluginsSupport/Tests/VectorTest.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using NUnit.Framework;
|
||||
using UnityEngine;
|
||||
|
||||
namespace BITKit
|
||||
{
|
||||
public class Vector : MonoBehaviour
|
||||
{
|
||||
[Test]
|
||||
public void CalculateSqrMagnitude()
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user