mirror of
https://github.com/pterodactyl/panel.git
synced 2025-12-10 15:40:07 -06:00
9 lines
70 B
PHP
9 lines
70 B
PHP
<?php
|
|
|
|
namespace Pterodactyl\Events;
|
|
|
|
abstract class Event
|
|
{
|
|
//
|
|
}
|