TheStarport / FLHook

A Server Improvement for Freelancer.
GNU General Public License v3.0
30 stars 15 forks source link

Utility Classes to minimize who owns resources. #293

Closed Lazrius closed 6 months ago

Lazrius commented 1 year ago

Any sort of resource that needs to be managed and cleaned up should be a member of a class that utilizes proper RAII

Lazrius commented 6 months ago

NPC spawning management is handled as of 8358fd8cb61e683a2f2061110eeacf5512021b59

No api for issuing orders or behaviour exists yet, but can still be done through pub functions.