Files
PCK-Studio/MinecraftUSkinEditor/Classes/StoneVOX/gui/WidgetCommands.cs
PhoenixARC 10f1c8daa0 update
2021-08-09 19:05:20 -04:00

14 lines
283 B
C#

using System.Collections.Generic;
namespace stonevox
{
public static class WidgetCommands
{
public static Dictionary<string, WidgetEventHandler> handlers = new Dictionary<string, WidgetEventHandler>();
static WidgetCommands()
{
}
}
}