I renovated my old script which I use for docking and undocking and extended it with a simple state machine based on classes for each state. I would welcome feedback on what I could improve.
I know that the classes are a bit overkill for such a simple script but I see it as an excercise before working on my next auto miner (which will also use such an architecture).
Thanks in advance!
Feedback for docking/undocking script please
I know that the classes are a bit overkill for such a simple script but I see it as an excercise before working on my next auto miner (which will also use such an architecture).
Thanks in advance!
Code:
/// <summary>
/// Current state
/// </summary>
private...