diff options
Diffstat (limited to 'client/menu/entry.gd')
-rw-r--r-- | client/menu/entry.gd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/menu/entry.gd b/client/menu/entry.gd index b1620df9..aaa449be 100644 --- a/client/menu/entry.gd +++ b/client/menu/entry.gd @@ -14,8 +14,8 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. # +class_name Entry extends Menu -class_name MenuManager func _ready(): super() |