removed function for testing purposes

pull/13/head
Jendrik 2025-09-25 21:40:50 +02:00
parent 5792e82813
commit 2a6a590891
1 changed files with 3 additions and 2 deletions

View File

@ -1,13 +1,14 @@
export class DsaActor extends Actor {
import() {
/*import() {
let input = document.createElement('input')
input.type = 'file'
input.accept = '.xml'
input.onchange = e => {
importCharacter(this.id, e.target.files[0])
document.removeChild(input)
}
input.click()
}
}*/
}