mud/lib/domains/Praxis/council_vote.c
2020-09-06 05:43:07 -07:00

14 lines
241 B
C

// /domains/Praxis/council_vote.c
// Nightmare IV Mudlib
// Room for players to vote for council members.
// Kalinash@Nightmare Aug 17, 1994
#include <lib.h>
#include <daemons.h>
inherit LIB_ROOM;
void init(){
::init();
}