Made GetActiveChatBots() public
This commit is contained in:
@@ -95,7 +95,7 @@ public class DialogueController(
|
||||
};
|
||||
}
|
||||
|
||||
protected List<UserDialogInfo> GetActiveChatBots()
|
||||
public List<UserDialogInfo> GetActiveChatBots()
|
||||
{
|
||||
var activeBots = new List<UserDialogInfo>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user