Exemple #1
0
 /// <summary>
 /// Load content of all members
 /// </summary>
 public override void LoadContent()
 {
     _entitiesList.LoadContent();
     _assetsLoaded = true;
     UpdateRectangle();
 }
Exemple #2
0
 public override void LoadContent()
 {
     _entities.LoadContent();
     _assetLoaded = true;
 }