Files
Craftimizer/Simulator/Actions/FocusedSynthesisCombo.cs
T
2024-03-16 13:24:26 -07:00

9 lines
197 B
C#

namespace Craftimizer.Simulator.Actions;
internal sealed class FocusedSynthesisCombo() : BaseComboAction<Observe, FocusedSynthesis>(
ActionType.Observe, ActionType.FocusedSynthesis
)
{
}