Steell / Freak-Fortress-2

Freak Fortress 2 server addon for Team Fortress 2
3 stars 2 forks source link

Change Boss settings storage #17

Open Steell opened 12 years ago

Steell commented 12 years ago

Right now, all boss settings are stored in separate arrays. We should change to a more object-oriented structure.

Candidates: Trie, Enum-indexed array.