Added private constructors for new internal classes

This commit is contained in:
Dylan K. Taylor
2023-09-06 12:12:11 +01:00
parent 5a010e8213
commit ec1cd5967d
3 changed files with 18 additions and 0 deletions

View File

@ -29,6 +29,10 @@ namespace pocketmine;
*/
final class ServerProperties{
private function __construct(){
//NOOP
}
public const AUTO_SAVE = "auto-save";
public const DEFAULT_WORLD_GENERATOR = "level-type";
public const DEFAULT_WORLD_GENERATOR_SETTINGS = "generator-settings";