planetarium / lib9c

Lib9c is a library that contains key implementations of Nine Chronicles, a decentralized RPG developed with Libplanet. Lib9c includes Nine Chronicle's key features like in-game decisions and data models, which can be used to implement game core capabilities.
https://nine-chronicles.com/
GNU General Public License v3.0
22 stars 39 forks source link

이벤트로그를 위한 ToString 메서드 구현 #2572

Open eugene-doobu opened 1 month ago

eugene-doobu commented 1 month ago

이벤트(EventBase, ArenaEventBase)에서 사용하기 위한 ToString메서드를 Model 클래스들에 구현 (예: CharacterBase, Skills, Buff 등등..)

구현은 작업하면서 필요해보이는거 능동적으로 해야할듯.

eugene-doobu commented 1 month ago

단기적으로는 9c쪽에만 해당 기능을 구현하고 이를 lib9c에도 구현할지는 추후 생각하는걸로 이야기되어 no status로 변경해두겠습니다

https://github.com/planetarium/NineChronicles/issues/4899