protected PlayerControler(PlayerControler copy)
     : base(copy)
 {
     this.configInfo = copy.configInfo;
 }
 public PlayerControler(PlayerControlerConfigInfo configInfo)
 {
     this.configInfo = configInfo;
 }