RoloLudo/RoloLudo.package/FirelightsCharacter.class/instance/approaches.st

9 lines
168 B
Smalltalk
Raw Normal View History

2023-12-08 18:28:59 +00:00
accessing
approaches
^ approaches ifNil: [
approaches := OrderedDictionary new
at: 'Strong' put: 0;
at: 'Patient'put: 0;
at: 'Quick' put: 0;
yourself
]