[Add] Data

This commit is contained in:
2026-03-02 05:25:05 +07:00
parent 06a75436fe
commit 29ee43807e
71 changed files with 1139 additions and 33 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ namespace YachtDice.Shop
{
/// <summary>
/// Any item that can appear in the shop.
/// Implemented by ScriptableObject definitions (ModifierDefinition, DieDefinitionSO).
/// Implemented by ScriptableObject definitions (ModifierDefinition, DiceDefinitionSO).
/// </summary>
public interface IShopItem
{