horooko f6c354d41c [Refactor] Replace [SerializeField] + getter with [field: SerializeField] auto-properties
Convert serialized private fields with public arrow getters to
[field: SerializeField] auto-properties across ScriptableObjects
(DieDefinitionSO, CategoryDefinition, ModifierDefinition, Effect,
ModifierBehavior, SumOfValueCategory) and select MonoBehaviours
(DiceRoller, Dice.Entry struct). Fields with type-changing getters
(List→IReadOnlyList) or computed getters are intentionally kept as-is.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 21:28:48 +07:00
2026-02-28 20:15:13 +07:00
2026-02-23 23:57:45 +07:00
2026-02-27 03:06:55 +07:00
2026-02-23 21:17:18 +07:00
S
Description
Migrated automatically from GitHub repo Horooko/YachtDice
Readme 69 MiB
Languages
C# 57.3%
GLSL 39.8%
HLSL 2.3%
ShaderLab 0.6%