Quantcast
Channel: Programming (In-game)
Viewing all articles
Browse latest Browse all 903

Feedback for docking/undocking script please

$
0
0
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!
Code:

        /// <summary>
        /// Current state
        /// </summary>
        private...
Feedback for docking/undocking script please

Viewing all articles
Browse latest Browse all 903

Trending Articles