12 lines
120 B
C
12 lines
120 B
C
#include <lib.h>
|
|
|
|
inherit LIB_SENTIENT;
|
|
|
|
void create(){
|
|
sentient::create();
|
|
}
|
|
|
|
void init(){
|
|
sentient::init();
|
|
}
|