Skip to content

Commit 274292b

Browse files
committed
fix: AtkClientFunctions to public
1 parent 652c3cd commit 274292b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RemoteWindows/Atk/AtkClientFunctions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
namespace LlamaLibrary.RemoteWindows.Atk;
88

9-
internal static class AtkClientFunctions
9+
public static class AtkClientFunctions
1010
{
1111
public static void SendActionNew(this RemoteWindow window, bool updateState = true, params AtkValue[] parms)
1212
{

0 commit comments

Comments
 (0)