common is now a node package
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user