Use Set() for local co-op list

This commit is contained in:
redphx
2025-01-03 20:03:56 +07:00
parent 6448a00271
commit a6c19fec15
3 changed files with 21 additions and 13 deletions

View File

@@ -33,9 +33,7 @@ type ScriptEvents = {
};
'list.localCoOp.updated': {
data: {
data: any;
};
ids: Set<string>,
};
};