-
Notifications
You must be signed in to change notification settings - Fork 0
newgroundsiodotnet.components.ngiogenericcomponentresponse
GlitchyPSIX edited this page Mar 30, 2025
·
4 revisions
Namespace: NewgroundsIODotNet.Components
public struct NgioGenericComponentResponse
Inheritance Object → ValueType → NgioGenericComponentResponse
Implements INgioComponentResponse
public string Component { get; set; }
public bool Success { get; set; }
public Dictionary<string, object> Data { get; }
public bool Debug { get; }
public Nullable<NgioServerError> Error { get; }
NgioGenericComponentResponse(string component)
component
String