nbenven95 / BattleTank

Second major project in the Udemy Unreal Engine 4 course (project is actually C++, github seems to have goofed)
0 stars 0 forks source link

Set up tank aiming architecture #8

Closed nbenven95 closed 5 years ago

nbenven95 commented 5 years ago

In our Tank architecture, we delegate aiming functionality to a separate aiming component that both the player and AI will use.