mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-18 16:01:42 +00:00
interface +1
This commit is contained in:
parent
d963d7c29c
commit
a6b2f528b7
@ -8,6 +8,7 @@ namespace csharp
|
||||
{
|
||||
void CalculateItemQuality(Item item, int decrementValue, int incrementValue); //takes 3 self explanatory params.
|
||||
void CalculateSpecialItemQuality(Item item); // Aged Brie Method
|
||||
void CalculateLegendaryItemQuality(Item item); // Calculate legendary item
|
||||
void MinMaxRules(Item item); // Minimum and Maximum Rules for item quality
|
||||
void ReduceSellIn(Item item); // Reduce number of days left method
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user