Ejemplo n.º 1
0
 public NusbioGameMatrixBall(int x, int y, NusbioGameMatrix nusbioGameMatrix)
 {
     this._x                = x;
     this._y                = y;
     this._angle            = 45;
     this._nusbioGameMatrix = nusbioGameMatrix;
 }
Ejemplo n.º 2
0
 public NusbioMatrixGameRackette(int x, int y, NusbioGameMatrix nusbioGameMatrix)
 {
     this._x = x;
     this._y = y;
     this._nusbioGameMatrix = nusbioGameMatrix;
 }