ng release and blank controls
This commit is contained in:
14
source/io/newgrounds/objects/UserIcons.hx
Normal file
14
source/io/newgrounds/objects/UserIcons.hx
Normal file
@ -0,0 +1,14 @@
|
||||
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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user