Add OnResourceStop Event Test

This commit is contained in:
Lennart Kampshoff
2018-09-23 01:33:33 +02:00
parent e40c78a27f
commit c35b81629f

View File

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