public LastLayerCube(LastLayerCubeStickers stickers) { UF = stickers.UF; URF = stickers.URF; UR = stickers.UR; URB = stickers.URB; UB = stickers.UB; ULB = stickers.ULB; UL = stickers.UL; ULF = stickers.ULF; RU = stickers.RU; RUB = stickers.RUB; BUR = stickers.BUR; BU = stickers.BU; BUL = stickers.BUL; LUB = stickers.LUB; LU = stickers.LU; LUF = stickers.LUF; FUL = stickers.FUL; FU = stickers.FU; FUR = stickers.FUR; RUF = stickers.RUF; Ucenter = CubeColor.Yellow; }
public OllCube(LastLayerCubeStickers stickers) : base(stickers) { }
public EllcpCube(LastLayerCubeStickers stickers) : base(stickers) { }
public OneLookLLCube(LastLayerCubeStickers stickers) : base(stickers) { }