Update README.md

This commit is contained in:
_nebula 2022-08-31 18:19:42 +01:00 committed by GitHub
parent c74730cfe6
commit 69c1defa7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,8 +7,6 @@ using System;
using UnityEngine;
using UnityEngine.UI;
namespace QSB.Menus;
public interface IMenuAPI
{
GameObject TitleScreen_MakeMenuOpenButton(string name, int index, Menu menuToOpen);