ndouglas / downdelving-old

An experimental roguelike written in Rust.
The Unlicense
1 stars 0 forks source link

Implement a developer command to dump an entity's JSON to the console. #46

Open ndouglas opened 2 years ago

ndouglas commented 2 years ago

Story

In line with #45 , a good first developer command would be to add a developer command that dumps an entity's JSON to the console.

Acceptance Criteria

Implementation Notes