Thabb / BlockStrategy2.0

The next step on the way towards a proper RTS game.
0 stars 0 forks source link

Class: Settler #1

Closed Thabb closed 2 years ago

Thabb commented 2 years ago

This will be the main class for all types of moving units. It basicly only has the NavMeshAgent and a movement method. And maybe some more stuff if it comes to that.

The different types of settlers don't need anything fancy to them, they themselfs dont do anything. But its important to divide them for visuals and for the SettlerController

Thabb commented 2 years ago

Parent class for all types of units.