ecs refactor
This commit is contained in:
parent
28b026a614
commit
f2e5d13000
8 changed files with 410 additions and 170 deletions
6
server/components/display.ts
Normal file
6
server/components/display.ts
Normal file
|
@ -0,0 +1,6 @@
|
|||
export class CompDisplay {
|
||||
display;
|
||||
constructor(display: string) {
|
||||
this.display = display;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue