MarkoSulamagi / Screeps-typescript-skeleton

Screeps typescript project skeleton
https://screeps.com
6 stars 5 forks source link

Change GameManager from class to namespace #2

Closed MarkoSulamagi closed 8 years ago

MarkoSulamagi commented 8 years ago

Because GameManager should be singleton, then there's no reason to make it a class. Also provide a class example in the code. Just for starters.