-
Notifications
You must be signed in to change notification settings - Fork 0
newgroundsiodotnet.datamodels.user
GlitchyPSIX edited this page Mar 30, 2025
·
4 revisions
Namespace: NewgroundsIODotNet.DataModels
Represents a user.
public struct User
Inheritance Object → ValueType → User
The user's numeric ID.
public int Id { get; set; }
The user's textual name.
public string Name { get; set; }
Returns true if the user has a Newgrounds Supporter upgrade.
public bool IsSupporter { get; set; }
The user's icon images.
public UserIcons Icons { get; set; }