Beispiel #1
0
 public TroopDetailPlugin()
 {
     this.pluginName  = "TroopDetailPlugin";
     this.description = "部队细节显示";
     this.author      = "clip_on";
     this.version     = "1.0.0";
     this.troopDetail = new TroopDetail();
 }
 public TroopDetailPlugin()
 {
     this.pluginName = "TroopDetailPlugin";
     this.description = "部队细节显示";
     this.author = "clip_on";
     this.version = "1.0.0";
     this.troopDetail = new TroopDetail();
 }