新增 scene.signal 信号交互插件,落地 PLC 握手与扫车放行。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
ykkokluo
2026-08-14 14:43:11 +08:00
co-authored by Cursor
parent 1e780c2b65
commit 12c7c1d518
29 changed files with 2425 additions and 1 deletions
@@ -0,0 +1,12 @@
namespace StandardScene.Signal.Site
{
/// <summary>
/// 站点 fields 键名,替代老地图 <c>SignalStop</c>。
/// 地图编辑器若未挂字段袋,仍可手工写入这两个键;未写则回退 handshake-points.json。
/// </summary>
public static class SignalSiteFields
{
public const string SignalType = "SignalType";
public const string SignalParams = "SignalParams";
}
}