-Add: Save and load of goalies. Fixes #7366.

This commit is contained in:
Alberth
2015-01-04 20:23:10 +01:00
parent 5e6c171e7d
commit 4e6a157071
3 changed files with 164 additions and 28 deletions

View File

@@ -27,6 +27,7 @@ class BusyBeeInfo extends GSInfo {
function GetShortName() { return "BBEE"; }
function GetAPIVersion() { return "1.5"; }
function GetUrl() { return ""; }
function MinVersionToLoad() { return this.GetVersion(); }
function GetSettings();
}