UNPKG

@2003scape/rsc-client

Version:
10 lines (9 loc) 170 B
class Scanline { constructor() { this.startX = 0; this.endX = 0; this.startS = 0; this.endS = 0; } } module.exports = Scanline;