9 lines
191 B
C#
9 lines
191 B
C#
namespace Craftimizer.Simulator.Actions;
|
|
|
|
internal sealed class RefinedTouchCombo() : BaseComboAction<BasicTouch, RefinedTouch>(
|
|
ActionType.BasicTouch, ActionType.RefinedTouch
|
|
)
|
|
{
|
|
|
|
}
|