mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-06-21 08:04:26 +08:00
0.1.8
This commit is contained in:
6
LanMontainDesktop/ComponentSystem/BuiltInComponentIds.cs
Normal file
6
LanMontainDesktop/ComponentSystem/BuiltInComponentIds.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace LanMontainDesktop.ComponentSystem;
|
||||
|
||||
public static class BuiltInComponentIds
|
||||
{
|
||||
public const string Clock = "Clock";
|
||||
}
|
||||
Reference in New Issue
Block a user