tangled
alpha
login
or
join now
cass.cityboundforest.com
/
kingdom-homebrew
0
fork
atom
A repository for a FoundryVTT plugin for Kingmaker homebrew.
0
fork
atom
overview
issues
pulls
pipelines
Adding types to socket
cass.cityboundforest.com
5 months ago
db6d3b44
267539a1
+2
-1
1 changed file
expand all
collapse all
unified
split
src
main.ts
+2
-1
src/main.ts
···
1
1
import KingdomSheet from "./kingdom-sheet";
2
2
import preloadTemplates from "./preloadTemplates";
3
3
import { socketlib } from "./utils";
4
4
+
import type { Socket } from "./utils";
4
5
5
5
-
let socket;
6
6
+
let socket: Socket;
6
7
7
8
Hooks.on("init", async (): Promise<void> => {
8
9
KingdomSheet.register();