Exemplo n.º 1
0
 public ResourceBar(ResourceBarMode stat, int height, int width)
 {
     this.stat   = stat;
     this.width  = width;
     this.height = height;
 }
Exemplo n.º 2
0
 public ResourceBar(ResourceBarMode stat, float width, float height)
 {
     this.stat   = stat;
     this.width  = width;
     this.height = height;
 }