Zaktualizuj 'plant.py'
dodacie metody protection
This commit is contained in:
parent
15ebaf6423
commit
edd59c603e
4
plant.py
4
plant.py
@ -22,6 +22,10 @@ class Plant:
|
|||||||
def collect(self):
|
def collect(self):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
@abstractmethod
|
||||||
|
def protect(self, protection):
|
||||||
|
pass
|
||||||
|
|
||||||
#pobieramy współrzędne roślinki
|
#pobieramy współrzędne roślinki
|
||||||
def get_coordinates(self):
|
def get_coordinates(self):
|
||||||
if self.have_soil():
|
if self.have_soil():
|
||||||
|
Loading…
Reference in New Issue
Block a user