Spaces:
Runtime error
Runtime error
File size: 356 Bytes
6d1ec51 dace851 |
1 2 3 4 5 6 7 8 9 10 11 |
from schools.wu_fang.skills import SKILLS
from schools.wu_fang.buffs import BUFFS
from schools.wu_fang.talents import TALENT_GAINS, TALENTS, TALENT_DECODER, TALENT_ENCODER
from schools.wu_fang.recipes import RECIPE_GAINS, RECIPES
from schools.wu_fang.gains import GAINS
from schools.wu_fang.attribute import WuFang
def prepare(self, player_id):
pass
|