ibrahim-syah / FPSCore

First Person Shooter in Lyra
0 stars 0 forks source link

Separate TP and FP ActorsToSpawn #8

Closed ibrahim-syah closed 1 month ago

ibrahim-syah commented 1 month ago

Currently, the TP and FP weapon actor is stated in the same array in Equipment Definition. The only thing telling the equipment manager which one is FP and TP is a single boolean flag. Try to refactor it such that we have separate arrays for FP and TP weapons.