ofc_line_hollow.php 120 B

123456789
  1. <?php
  2. class line_hollow extends line_base
  3. {
  4. function line_hollow()
  5. {
  6. $this->type = "line_hollow";
  7. }
  8. }