9 lines
185 B
C#
9 lines
185 B
C#
namespace Craftimizer.Simulator.Actions;
|
|
|
|
internal sealed class FocusedTouchCombo() : BaseComboAction<Observe, FocusedTouch>(
|
|
ActionType.Observe, ActionType.FocusedTouch
|
|
)
|
|
{
|
|
|
|
}
|