Removed class name from SelectorPopup.

This commit is contained in:
2021-08-08 16:50:50 +02:00
parent 68ee4b37ed
commit 253bbe7704

View File

@@ -1,7 +1,5 @@
extends PopupPanel
class_name SelectorPopup
class _Item:
var label : String
var icon : Texture