提交
This commit is contained in:
@@ -134,6 +134,15 @@ namespace AibisDream
|
||||
{
|
||||
yield return PunchTapeSystem.StartCoroutine(PunchTapeSystem.PrintPunchTapes(count));
|
||||
}
|
||||
|
||||
[YarnCommand("DropCable")]
|
||||
public static void DropCable()
|
||||
{
|
||||
BodyModuleSystem.CableSystem.DropDownCable();
|
||||
}
|
||||
[YarnCommand("RetractCable")]
|
||||
public static void RetractCable()
|
||||
{
|
||||
BodyModuleSystem.CableSystem.PullUpCable();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user