Nerfed/Nerfed.Editor/Components/HierachyComponents.cs

4 lines
138 B
C#
Raw Normal View History

2024-10-15 21:47:23 +02:00
namespace Nerfed.Editor.Components;
public readonly record struct SelectedInHierachy;
2024-10-15 23:17:58 +02:00
public readonly record struct ClickedInHierachy;