class Disanpoter {
private $experience;
private $identity;
public function __construct(){
$this->identity = new Sentient;
$this->lives();
}
private function lives(){
global $world;
$this->experience[] = Sentient::lives($this,$world);
}
protected function blog{
$p = rand();
$this->post = $this->express($this->experience[$p];
}
}
Recent Comments