mud/lib/realms/template/adm/remote.c
2020-09-06 05:43:07 -07:00

7 lines
77 B
C

#include <lib.h>
inherit LIB_REMOTE;
void create(){
remote::create();
}