mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
7 lines
No EOL
206 B
JavaScript
7 lines
No EOL
206 B
JavaScript
var DylinkerCommand = function DylinkerCommand(cmd, cmdsize) {
|
|
this.cmd = 0x00000000;
|
|
this.cmdsize = 0x00000000;
|
|
this.toString = function() {
|
|
return JSON.stringify(this);
|
|
};
|
|
}; |