变速箱修改
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
using System.Collections;
|
||||
using AibisDream.FixSystem;
|
||||
using UnityEngine;
|
||||
using Yarn.Unity;
|
||||
|
||||
namespace AibisDream
|
||||
@@ -13,16 +12,14 @@ namespace AibisDream
|
||||
[YarnCommand("open_engine_cover")]
|
||||
public static IEnumerator OpenEngineCover()
|
||||
{
|
||||
Debug.LogWarning("打开引擎盖命令已废弃,请尽快删除");
|
||||
yield break;
|
||||
yield return EngineSystem.OpenCover();
|
||||
}
|
||||
|
||||
// 打开引擎盖
|
||||
[YarnCommand("close_engine_cover")]
|
||||
public static IEnumerator CloseEngineCover()
|
||||
{
|
||||
Debug.LogWarning("关闭引擎盖命令已废弃,请尽快删除");
|
||||
yield break;
|
||||
yield return EngineSystem.CloseCover();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user