#using bSomethingLibrary;
public class Life
{
public void Life()
{
do
{
live();
} while ( onEarth());
}
public Life live()
{
bPart [] yourself = new bPart [5];
yourself[0] = bFree();
yourself[1] = bFriend();
yourself[2] = bLover();
yourself[3] = bLoved();
yourself[4] = bYou();
return new Life(yourself);
}
}
Sem comentários:
Enviar um comentário