mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
5 lines
No EOL
207 B
JavaScript
5 lines
No EOL
207 B
JavaScript
var SubFrameworkCommand = function SubFrameworkCommand(cmd, cmdsize, umbrella) {
|
|
this.cmd = cmd || 0x00000000;
|
|
this.cmdsize = cmdsize || 0x00000000;
|
|
this.umbrella = umbrella || 0x00000000;
|
|
}; |