File size: 351 Bytes
ff684ee
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
class CharacterProperties:
    def __init__(self, happiness, energy, confidence, fear, excitement, wanderlust, restful):
        self.happiness = happiness
        self.energy = energy
        self.confidence = confidence
        self.fear = fear
        self.excitement = excitement
        self.wanderlust = wanderlust
        self.restful = restful