Files
bansonic_beta_main/Assets/scripts/settings/offsetDeterminer/offsetDeterminer.cs
T
FloatGaming eb9b6ba78a 加入了浮动小游戏功能和设置界面
运行时请手动修改运行库目录fdBrowser
2025-12-24 06:02:06 +08:00

17 lines
287 B
C#

using UnityEngine;
public class offsetDeterminer : MonoBehaviour
{
// Start is called once before the first execution of Update after the MonoBehaviour is created
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}