Bugbot/Scripts/bug_report_platform_enum.gd

7 lines
63 B
GDScript

class_name BugReportPlatform
enum {
BUGZILLA,
GITEA,
JIRA
}