Skip to content

Draft: feat(endpoint): Implement AbilityBoard endpoints

Dosugamea requested to merge Dosugamea/server:feat/impl-ability-board into main

Summary

This PR implements ability board (character skill tree) endpoints.

Related Issues

  • TODO

Changes Made

  • TODO

Testing

  • TODO

Checklist

  • No extra unnecessary files are included.
  • No extra fmt.Println() or fmt.Printf() statements are present.
  • Test codes are included, and works.
  • The game client can accept the response (optional)

Additional Information

  • Not yet done

Merge request reports