Removed a method from api
parent
683afea823
commit
6bbb89d3dd
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue