mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-10-09 00:26:11 +00:00
临时提交
This commit is contained in:
13
JNFrame2/Assets/HotMain/HotMain.cs
Normal file
13
JNFrame2/Assets/HotMain/HotMain.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System.Numerics;
|
||||
using UnityEngine;
|
||||
|
||||
namespace HotMain
|
||||
{
|
||||
public class HotMain : MonoBehaviour
|
||||
{
|
||||
private void Awake()
|
||||
{
|
||||
Matrix3x2 matrix3X2 = new Matrix3x2();
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user