diff --git a/Singleton/BotFetcher.cs b/Singleton/BotFetcher.cs index 871cb9f..701ea3c 100644 --- a/Singleton/BotFetcher.cs +++ b/Singleton/BotFetcher.cs @@ -39,6 +39,15 @@ public static Bot fetch(uint pid) } + /// + /// Return a reference to the bot list- Not thread safe + /// + /// the bot list + public static List getBots() + { + return bots; + } + /// /// Registers a bot with the singleton ///