Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save worstn8mare/054d697382c02a740b73ebf3fab036aa to your computer and use it in GitHub Desktop.
Save worstn8mare/054d697382c02a740b73ebf3fab036aa to your computer and use it in GitHub Desktop.
class ARoom extends Sugo
{
private protected $room_a;
public function __construct($jilly,$ariel) {
$this->jilly;
$this->ariel;
}
public function sex()
{
return overnight($this->jilly,$this->ariel);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment