protected static new List <string> GetAtributes() { List <string> getAtributes = Vehicle.GetAtributes(); getAtributes.Add("LeftTimeBattery"); return(getAtributes); }
protected static new List <string> GetAtributes() { List <string> getAtributes = Vehicle.GetAtributes(); getAtributes.Add("CurrAmountOfFuel"); return(getAtributes); }