mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-06-26 11:24:46 +00:00
13 lines
217 B
C#
13 lines
217 B
C#
|
using System.Numerics;
|
||
|
using UnityEngine;
|
||
|
|
||
|
namespace HotMain
|
||
|
{
|
||
|
public class HotMain : MonoBehaviour
|
||
|
{
|
||
|
private void Awake()
|
||
|
{
|
||
|
Matrix3x2 matrix3X2 = new Matrix3x2();
|
||
|
}
|
||
|
}
|
||
|
}
|