Files
LanMountainDesktop/LanMontainDesktop/ComponentSystem/BuiltInComponentIds.cs
lincube 473a84e47b 0.1.8
2026-02-28 12:30:16 +08:00

7 lines
131 B
C#

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