Пример #1
0
 public override bool Load()
 {
     base.Load();
     if(_Owner.IsUnit())
         CurrentMount = new Mount(_Owner.GetUnit());
     return true;
 }