This commit is contained in:
Boki 2026-03-03 12:54:30 -05:00
parent a8341e8232
commit a8c43ba7e2
43 changed files with 2618 additions and 48 deletions

View file

@ -2,7 +2,7 @@ using System.Numerics;
namespace Roboto.Core;
public enum ClickType { Left, Right }
public enum ClickType { Left, Right, Middle }
public enum KeyActionType { Press, Down, Up }
public abstract record BotAction(int Priority);