YeOldeDM / free20

GNU General Public License v3.0
2 stars 0 forks source link

InitManager should be called ActorManager #22

Closed YeOldeDM closed 7 years ago

YeOldeDM commented 7 years ago

See #28, #33

ActorManager should Manage Actors.
For now it rolls init and orders all Actors in order of initiative.

It should also do: -Adding/removing Actors -SetGetting the Active Actor -Managing incapacitated/capable Actors -Managing Teams

YeOldeDM commented 7 years ago

See #28, #33