Example #1
0
 public ProtagonistController(Protagonist model)
 {
     this.model = model;
 }
Example #2
0
 public ProtagonistView(Protagonist model)
 {
     this.model = model;
     image = new ImageSurface("/Users/niklasbjornberg/Desktop/Idle000.png");
 }