Skip to content

Commit

Permalink
Add ChannelSdks on HYP
Browse files Browse the repository at this point in the history
  • Loading branch information
neon-nyan authored and Cryotechnic committed Jun 17, 2024
1 parent e9019ba commit bca14e3
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ public class LauncherResourceData

[JsonPropertyName("plugin_releases")]
public List<LauncherPackages>? PluginPackages { get; set; }

[JsonPropertyName("game_channel_sdks")]
public List<LauncherPackages>? ChannelSdks { get; set; }
}

public class LauncherPackages
Expand Down

0 comments on commit bca14e3

Please sign in to comment.