misc_pterodactyl-panel/app/Events/Event.php
Dane Everitt 1489f7a694 Initial Commit of Files
PufferPanel v0.9 (Laravel) is now Pterodactyl 1.0
2015-12-06 13:58:49 -05:00

8 lines
70 B
PHP

<?php
namespace Pterodactyl\Events;
abstract class Event
{
//
}