fembooru/core/events/initext.event.php

11 lines
144 B
PHP
Raw Normal View History

<?php
/*
* InitExtEvent:
* Get extensions to load themselves
*/
class InitExtEvent extends Event {
public function InitExtEvent() {
}
}
?>