New 7.0 actions and updates
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Craftimizer.Simulator.Actions;
|
||||
|
||||
internal sealed class RefinedTouchCombo() : BaseComboAction<BasicTouch, RefinedTouch>(
|
||||
ActionType.BasicTouch, ActionType.RefinedTouch
|
||||
)
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user