美术资源替换
This commit is contained in:
@@ -18,12 +18,13 @@ namespace AibisDream
|
||||
var cutModule = BodyModuleSystem.FindBodyModuleByName(moduleName);
|
||||
//cutModule.EnableCut();
|
||||
}
|
||||
|
||||
[YarnCommand("Reset_Plug")]
|
||||
public static void Reset_Plug()
|
||||
{
|
||||
BodyModuleSystem.CableSystem.ResetPlug();
|
||||
}
|
||||
|
||||
|
||||
[YarnCommand("ShowHeatMap")]
|
||||
public static void ShowHeatMap()
|
||||
{
|
||||
@@ -137,11 +138,13 @@ namespace AibisDream
|
||||
{
|
||||
yield return PunchTapeSystem.StartCoroutine(PunchTapeSystem.PrintPunchTapes(count));
|
||||
}
|
||||
|
||||
[YarnCommand("DropCable")]
|
||||
public static void DropCable()
|
||||
{
|
||||
BodyModuleSystem.CableSystem.DropDownCable();
|
||||
}
|
||||
|
||||
[YarnCommand("RetractCable")]
|
||||
public static void RetractCable()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user