mirror of
https://github.com/pterodactyl/panel.git
synced 2026-02-05 21:25:13 -06:00
8 lines
63 B
PHP
8 lines
63 B
PHP
<?php
|
|
|
|
namespace Pterodactyl\Events;
|
|
|
|
abstract class Event
|
|
{
|
|
}
|