Files
Java-Library/src/main/java/xyz/mcutils/models/player/Cape.java

8 lines
124 B
Java
Raw Normal View History

2024-04-17 21:06:43 +01:00
package xyz.mcutils.models.player;
public class Cape {
/**
* The URL of the cape
*/
private String url;
}