All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.exaroton.api.server.ServerLog Maven / Gradle / Ivy

package com.exaroton.api.server;

public class ServerLog {
    private final String content;

    public ServerLog(String content) {
        this.content = content;
    }

    public String getContent() {
        return content;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy