peliprint/app/BlueprintFramework/Services/PlaceholderService/BlueprintPlaceholderService.php

11 lines
288 B
PHP
Raw Normal View History

<?php
namespace Pterodactyl\BlueprintFramework\Services\PlaceholderService;
class BlueprintPlaceholderService
{
public function version(): string { return "::v"; }
public function folder(): string { return "::f"; }
public function installed(): string { return "NOTINSTALLED"; }
}