5 lines
42 B
JavaScript
5 lines
42 B
JavaScript
|
class Player {
|
||
|
async init() {
|
||
|
|
||
|
}
|
||
|
}
|