8 lines
124 B
Java
8 lines
124 B
Java
|
package xyz.mcutils.models.player;
|
||
|
|
||
|
public class Cape {
|
||
|
/**
|
||
|
* The URL of the cape
|
||
|
*/
|
||
|
private String url;
|
||
|
}
|