1
1
mirror of https://github.com/pterodactyl/panel.git synced 2025-02-01 03:11:35 +01:00
Dane Everitt 1489f7a694 Initial Commit of Files
PufferPanel v0.9 (Laravel) is now Pterodactyl 1.0
2015-12-06 13:58:49 -05:00

9 lines
70 B
PHP

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