mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-07 08:48:28 +08:00
7 lines
83 B
JavaScript
7 lines
83 B
JavaScript
![]() |
class Worker {
|
||
|
onmessage() {}
|
||
|
postMessage() {}
|
||
|
}
|
||
|
|
||
|
module.exports = Worker;
|