Ejemplo n.º 1
0
 public static Song Get(AvailableMusic song)
 {
     if (ContentHolder.IsInitialized)
     {
         return(ContentHolder.Songs[song]);
     }
     else
     {
         throw new Exception("You forgot to initialize the ContentManager");
     }
 }
Ejemplo n.º 2
0
 public static Song Get(AvailableMusic song) => ContentHolder.Songs[song];