8 lines
74 B
Plaintext
8 lines
74 B
Plaintext
#include "inc_arenasummon"
|
|
|
|
void main()
|
|
{
|
|
ArenaSummon("nw_ghast");
|
|
}
|
|
|