pokepurple/addons/twitcher/auth/twitch_oauth_scopes.gd
Mario Steele c11a4ebbc2 Initial Commit
Initial commit of Code Base.
2025-06-12 14:31:14 -05:00

6 lines
200 B
GDScript

@tool
@icon("res://addons/twitcher/lib/oOuch/scope-icon.svg")
extends OAuthScopes
## Technically the same like OAuthScopes just with a custom inspector for Twitch scopes
class_name TwitchOAuthScopes