7 lines
200 B
GDScript3
7 lines
200 B
GDScript3
|
|
@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
|