6 lines
200 B
GDScript
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
|