silphius/app/engine/test/first.js
2024-06-10 22:45:09 -05:00

7 lines
102 B
JavaScript

export default class First {
static gathered(id, key) {
this.id = id;
this.key = key;
}
}