init
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
class area_hollow extends area_base
|
||||
{
|
||||
function area_hollow()
|
||||
{
|
||||
$this->type = "area_hollow";
|
||||
parent::area_base();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user