12 lines
481 B
C#
12 lines
481 B
C#
namespace AibisDream
|
|
{
|
|
public static class TimelineAssetRef
|
|
{
|
|
// ------------------- 维修面板相关 -------------------
|
|
public const string BlockPuzzleEnter = "维修面板/引擎仓面板开启";
|
|
public const string BlockPuzzleExit = "维修面板/引擎仓面板关闭";
|
|
public const string CablePanelEnter = "维修面板/插线面板开启";
|
|
public const string CablePanelExit = "维修面板/插线面板关闭";
|
|
}
|
|
}
|