protected static new List <string> GetAtributes()
        {
            List <string> getAtributes = Vehicle.GetAtributes();

            getAtributes.Add("LeftTimeBattery");
            return(getAtributes);
        }
예제 #2
0
        protected static new List <string> GetAtributes()
        {
            List <string> getAtributes = Vehicle.GetAtributes();

            getAtributes.Add("CurrAmountOfFuel");
            return(getAtributes);
        }