Funkin/source/io/newgrounds/objects/UserIcons.hx

15 lines
247 B
Haxe
Raw Normal View History

2020-11-01 03:42:14 +00:00
package io.newgrounds.objects;
typedef UserIcons = {
/**The URL of the user's large icon. */
var large:String;
/** The URL of the user's medium icon. */
var medium:String;
/** The URL of the user's small icon. */
var small:String;
}