Components for CapturePoint arrow HUD element and a system skeleton
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#include "Systems/CapturePointArrowHUDSystem.h"
|
||||
|
||||
CapturePointArrowHUDSystem::CapturePointArrowHUDSystem(SystemParams params)
|
||||
: System(params)
|
||||
, ImpureSystem()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
void CapturePointArrowHUDSystem::Update(double dt)
|
||||
{
|
||||
//Logic here
|
||||
}
|
||||
Reference in New Issue
Block a user