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