Hello, i'm trying to make a plugin that is using entities, I was using this code:
void OnEntitySpawn(BaseNetworkable entity) {
}and it worked fine and now it does not work. Anyone knows why?
void OnEntitySpawn(BaseNetworkable entity) {
}and it worked fine and now it does not work. Anyone knows why?