1
0
forked from s444426/AIProjekt

Zaktualizuj 'plant.py'

dodacie metody protection
This commit is contained in:
Dominik Małyszka 2020-04-05 17:49:20 +00:00
parent 15ebaf6423
commit edd59c603e

View File

@ -21,6 +21,10 @@ class Plant:
@abstractmethod
def collect(self):
pass
@abstractmethod
def protect(self, protection):
pass
#pobieramy współrzędne roślinki
def get_coordinates(self):