Removed a method from api

master
Mohammad Shoaib 2022-02-05 12:02:22 +05:30
parent 683afea823
commit 6bbb89d3dd
1 changed files with 0 additions and 8 deletions

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) public void Say(String text, Boolean interrupt)
{ {
if (MainClass.ScreenReader == null) if (MainClass.ScreenReader == null)