Files
LanMountainDesktop/LanMontainDesktop/ComponentSystem/BuiltInComponentIds.cs

8 lines
178 B
C#
Raw Normal View History

2026-02-28 12:30:16 +08:00
namespace LanMontainDesktop.ComponentSystem;
public static class BuiltInComponentIds
{
public const string Clock = "Clock";
2026-03-01 00:34:07 +08:00
public const string Blank2x4 = "Blank2x4";
2026-02-28 12:30:16 +08:00
}