added saxdb & continued BotLoader
[PHP-P10.git] / BotLoader / Bot.class.php
index 0a3c506b3634d2dcfb4758c8648fa3de24d5ae95..1fdbc416ff4761c853cc5a752e57a7f80e444d1e 100644 (file)
@@ -39,6 +39,14 @@ class Bot {
        public function loop() {
        
        }
+       
+       public function writeDB() {
+               
+       }
+       
+       public function readDB($value) {
+       
+       }
 
 }