Files
ChunilENG/Assets/Plugins/XRLib/Interface/IHotkeyAction.cs

8 lines
65 B
C#
Raw Normal View History

2025-02-20 09:59:37 +09:00
namespace WI
{
public interface IHotkeyAction
{
}
}