some work on help

This commit is contained in:
2018-12-11 08:11:57 +01:00
parent fe7af043b7
commit 4011aa4846
5 changed files with 31 additions and 26 deletions

View File

@ -44,4 +44,10 @@ public class SimpleTrader extends AbstractTrader{
super(world);
}
SimpleTrader(){
this(null);
}
}