mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-03-22 23:54:33 +01:00
Separate the 1,580-line handlers_data.go into three focused files: - handlers_data.go (~210 lines): character save/load handlers - handlers_data_paper.go (~616 lines): tower/paper types and handler - handlers_data_paper_tables.go (~765 lines): paperGiftData reward map Mirrors the earlier handlers_guild.go split pattern.