Exemplo n.º 1
0
 public GUIRenderer(ISpriteBuffer batch, Frame pixel)
 {
     this.batch = batch;
     this.pixel = pixel;
 }
 public GUIRenderer(ISpriteBuffer batch, Frame pixel)
 {
     this.batch = batch;
     this.pixel = pixel;
 }