common is now a node package

This commit is contained in:
2026-06-29 14:22:14 +02:00
parent 3917b5303e
commit 8b7894ccb1
17 changed files with 247 additions and 193 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
import { OnPlayerJoined, OnPlayerQuit } from "@common/shared/modding/players";
import { Modding, OnStart } from "@flamework/core";
import { Players } from "@rbxts/services";
import { OnPlayerJoined, OnPlayerQuit } from "../../../shared/modding/players";
/**
* This Service Manage some player event with modding.
*/