Code cleanup, How to split a class in multiple classes
I have a Unity project (a game) with the main logic all in one file. I don’t want use the Unity tag because the question is definitely more C# oriented, but it’s useful to know that the main class already inherits MonoBehaviour. What I would like to do is split the main class into multiple… Read More Code cleanup, How to split a class in multiple classes