ng release and blank controls

This commit is contained in:
Brandon
2020-11-01 14:16:22 -05:00
parent 968a001a36
commit 5fa4bc458e
65 changed files with 3468 additions and 126 deletions

View 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;
}