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