What to do
Update all namespace declarations to correspond to the new directory structure.
Expected namespaces:
SimpleZombieMode.Core for everything in core/
SimpleZombieMode.Features.ZombieClasses for zombie classes
SimpleZombieMode for main plugin files
- Update
using statements everywhere
Acceptance criteria
- No more old namespaces (e.g. from
src.services)
- Project builds without errors
- All classes are in correct namespaces
What to do
Update all
namespacedeclarations to correspond to the new directory structure.Expected namespaces:
SimpleZombieMode.Corefor everything incore/SimpleZombieMode.Features.ZombieClassesfor zombie classesSimpleZombieModefor main plugin filesusingstatements everywhereAcceptance criteria
src.services)