Spaces:
Build error
Build error
package com.mojang.realmsclient.dto; | |
import com.google.gson.annotations.SerializedName; | |
import net.minecraftforge.api.distmarker.Dist; | |
import net.minecraftforge.api.distmarker.OnlyIn; | |
public class RealmsDescriptionDto extends ValueObject implements ReflectionBasedSerialization { | |
public String name; | |
public String description; | |
public RealmsDescriptionDto(String p_87465_, String p_87466_) { | |
this.name = p_87465_; | |
this.description = p_87466_; | |
} | |
} |