13 lines
217 B
C#
Raw Normal View History

2024-10-17 01:59:25 +08:00
using System.Numerics;
using UnityEngine;
namespace HotMain
{
public class HotMain : MonoBehaviour
{
private void Awake()
{
Matrix3x2 matrix3X2 = new Matrix3x2();
}
}
}