Files
aibis-dream/Assets/Scripts/FixSystem/Tools/Install.cs
T
bottlefish b950a868ee 缺一些东西,但是基本通了
缺task
UF内部表现不对
擦除记忆不是手动的(或许可接受)
工具和鼠标相关的屏蔽
2024-11-13 18:51:13 +08:00

17 lines
272 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Install : Tool
{
// Start is called before the first frame update
public override void UseTool()
{
}
public override void ReturnTool()
{
}
}