Add OnResourceStop Event Test

This commit is contained in:
hydrant
2018-09-23 01:33:33 +02:00
parent da876a4a9f
commit dfca89fc08

View File

@@ -43,5 +43,11 @@ namespace reallife_gamemode
} }
} }
} }
[ServerEvent(Event.ResourceStop)]
public void OnResourceStop()
{
NAPI.Chat.SendChatMessageToAll("on stop");
}
} }
} }