6 lines
83 B
Plaintext
6 lines
83 B
Plaintext
module EuropaAI {
|
|
interface Europa {
|
|
void inputChat(in string text);
|
|
};
|
|
};
|