Matt-Crow / GearBox

A C# MMORPG-like game.
0 stars 0 forks source link

Skill interface #22

Closed Matt-Crow closed 1 week ago

Matt-Crow commented 1 year ago

A PlayerCharacter has many skills. For this task, make all the necessary plumbing such that new skills can be defined merely by using something to the effect of

PlayerCharacterBuilder
    .DefineSkill(new MySkillDefinition());
Matt-Crow commented 1 year ago

Moving to backlog, as I may not have time to implement non-combat skills.

Matt-Crow commented 1 week ago

Removing, as non-combat skills no longer fit in my revised ideas for the game.