mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-15 14:31:28 +00:00
9 lines
323 B
C#
9 lines
323 B
C#
namespace GildedRoseTests;
|
|
|
|
public static class ItemNames
|
|
{
|
|
public const string RegularItem = "+5 Dexterity Vest";
|
|
public const string AgedBrie = "Aged Brie";
|
|
public const string Sulfuras = "Sulfuras, Hand of Ragnaros";
|
|
public const string BackstagePasses = "Backstage passes to a TAFKAL80ETC concert";
|
|
} |