Remove ref passing, but keep devirtualizations
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
namespace Craftimizer.Simulator.Actions;
|
||||
|
||||
internal sealed class StandardTouchCombo : BaseComboAction<BasicTouch, StandardTouch>
|
||||
internal sealed class StandardTouchCombo() : BaseComboAction<BasicTouch, StandardTouch>(
|
||||
ActionType.BasicTouch, ActionType.StandardTouch, 18 * 2
|
||||
)
|
||||
{
|
||||
public override ActionType ActionTypeA => ActionType.BasicTouch;
|
||||
public override ActionType ActionTypeB => ActionType.StandardTouch;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user