Files
LanMountainDesktop/LanMontainDesktop/ComponentSystem/BuiltInComponentIds.cs
lincube f0e44c0f87 0.19
2026-03-01 00:34:07 +08:00

8 lines
178 B
C#

namespace LanMontainDesktop.ComponentSystem;
public static class BuiltInComponentIds
{
public const string Clock = "Clock";
public const string Blank2x4 = "Blank2x4";
}