+ Added formattable benchmark for returns and adjusted to vaguely fuzzy-search
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
package dataStructures;
|
||||
|
||||
import java.awt.Color;
|
||||
|
||||
public class KittyEmbed
|
||||
{
|
||||
public String title = null;
|
||||
public Color color = null;
|
||||
public String footerText = null;
|
||||
public String authorText = null;
|
||||
public String authorLink = null;
|
||||
public String authorImage = null;
|
||||
public String descriptionText = null;
|
||||
|
||||
public KittyEmbed()
|
||||
{
|
||||
this.title = "Untitled";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user