import character.body;

void body() @nogc
in
{
}
body
{
    body = null;
}

void body()
in
{
}
do
{
    body = null;
}