Ejemplo n.º 1
0
 void LoadStateFromFile()
 {
     // TODO
     baker     = new BakerContext();
     melody    = new MelodyContext();
     tigerlily = new TigerlilyContext();
 }
Ejemplo n.º 2
0
 public Melody(Context context)
 {
     this.context = context.melody;
 }