Exemple #1
0
 static Timers()
 {
     timers = new List <Timer>();
     tags   = new TagEngine();
 }
Exemple #2
0
 internal GameObjectManager()
 {
     objects       = new List <GameObject>();
     staticObjects = new List <GameObject>();
     tags          = new TagEngine();
 }
 internal UIObjectManager()
 {
     elements = new List <UIElement>();
     tags     = new TagEngine();
 }