Skip to content

Commit

Permalink
fix(SkinOptions): Serializable
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeV220 committed Mar 17, 2023
1 parent fb26a09 commit a116c79
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
import lombok.Getter;
import org.jetbrains.annotations.NotNull;

import java.io.Serializable;

public class SkinOptions {
public class SkinOptions implements Serializable {

private final String skinName, url;

Expand Down

0 comments on commit a116c79

Please sign in to comment.