planetarium/NineChronicles
Apply `EnumToStringAttribute` to items using enum (e.g., ScriptObjects)
开放
#4,575 创建于 2024年3月20日
good first issuehacktoberfestrefactoring
仓库指标
- 星标
- (407 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
Context
Apply the EnumToStringAttribute to ScriptableObject or similar objects that use enum.
Related links
- EnumToStringAttribute docs.
- #4560