mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-06-20 23:54:26 +08:00
7 lines
131 B
C#
7 lines
131 B
C#
|
|
namespace LanMontainDesktop.ComponentSystem;
|
||
|
|
|
||
|
|
public static class BuiltInComponentIds
|
||
|
|
{
|
||
|
|
public const string Clock = "Clock";
|
||
|
|
}
|