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