mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-08-19 02:03:25 +08:00
8 lines
178 B
C#
8 lines
178 B
C#
namespace LanMontainDesktop.ComponentSystem;
|
|
|
|
public static class BuiltInComponentIds
|
|
{
|
|
public const string Clock = "Clock";
|
|
public const string Blank2x4 = "Blank2x4";
|
|
}
|