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