REO-EE/_module/nss/rhs_mod_chat.nss

7 lines
64 B
Plaintext
Raw Normal View History

2024-02-22 13:22:03 -05:00
#include "rhs_include"
void main()
{
RHS_OnPlayerChat();
}