Files
Craftimizer/Simulator/Actions/FocusedTouchCombo.cs
T
2024-03-16 13:24:26 -07:00

9 lines
185 B
C#

namespace Craftimizer.Simulator.Actions;
internal sealed class FocusedTouchCombo() : BaseComboAction<Observe, FocusedTouch>(
ActionType.Observe, ActionType.FocusedTouch
)
{
}