ofc_area_hollow.php 136 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10
<?php

class area_hollow extends area_base
{
	function area_hollow()
	{
		$this->type      = "area_hollow";
		parent::area_base();
	}
}