mirror of
https://github.com/lantean-code/qbtmud.git
synced 2025-10-22 20:42:24 +00:00
9 lines
240 B
C#
9 lines
240 B
C#
using Microsoft.AspNetCore.Components;
|
|
|
|
namespace Lantean.QBTMud
|
|
{
|
|
[EventHandler("onlongpress", typeof(LongPressEventArgs), enableStopPropagation: true, enablePreventDefault: true)]
|
|
public static class EventHandlers
|
|
{
|
|
}
|
|
} |