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