[Fix] Conflicts

This commit is contained in:
2026-03-02 05:43:11 +07:00
parent 0cce4a74f0
commit d6b79036b7
13 changed files with 35 additions and 53 deletions
+1 -1
View File
@@ -10,6 +10,6 @@ namespace YachtDice.Dice
int Value { get; }
/// <summary>Определение типа дайса (ScriptableObject).</summary>
DiceDefinitionSO Definition { get; }
DiceDefinition Definition { get; }
}
}