mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-06 08:08:28 +08:00
7 lines
191 B
TypeScript
7 lines
191 B
TypeScript
![]() |
import { ResizableView } from "../../core/gui/ResizableView";
|
||
|
import { el } from "../../core/gui/dom";
|
||
|
|
||
|
export class NpcCountsView extends ResizableView {
|
||
|
readonly element = el("div");
|
||
|
}
|