trnmod.js 201 Bytes
Newer Older
fukai committed
1 2 3 4 5 6 7 8 9
export default class Trnmod {
    constructor() {
        this.data = {
            swiadd: {
                strinf: "", //  Narrative of Maturity .trnmod.swiadd.strinf
            }
        }
    }
}