Removed a method from api

This commit is contained in:
Mohammad Shoaib
2022-02-05 12:02:22 +05:30
parent 683afea823
commit 6bbb89d3dd

View File

@@ -7,14 +7,6 @@ namespace stardew_access.ScreenReader
{
}
public void CloseScreenReader()
{
if (MainClass.ScreenReader == null)
return;
MainClass.ScreenReader.CloseScreenReader();
}
public void Say(String text, Boolean interrupt)
{
if (MainClass.ScreenReader == null)