Skip to content

Commit

Permalink
Used trait instead of CMLocatedAgent
Browse files Browse the repository at this point in the history
  • Loading branch information
olekscode committed Jun 26, 2023
1 parent a659fd4 commit 04217c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/ReHab-Model/ReHabBird.class.st
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Class {
#name : #ReHabBird,
#superclass : #CMLocatedAgent,
#superclass : #CMAgent,
#traits : 'TCMLocated',
#classTraits : 'TCMLocated classTrait',
#instVars : [
'testReproduction',
'mySpaceUnits',
Expand Down
4 changes: 3 additions & 1 deletion src/ReHab-Model/ReHabPlantHarvester.class.st
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Class {
#name : #ReHabPlantHarvester,
#superclass : #CMLocatedAgent,
#superclass : #CMAgent,
#traits : 'TCMLocated',
#classTraits : 'TCMLocated classTrait',
#instVars : [
'label',
'harvest',
Expand Down

0 comments on commit 04217c9

Please sign in to comment.