dantogno / FishStory

A narrative-driven fishing game.
0 stars 2 forks source link

Bug: renaming a duplicated FishingLootTable CSV breaks the FishingLootTable data type #118

Open dantogno opened 4 years ago

dantogno commented 4 years ago

Repro Steps:

  1. duplicate an existing loot table CSV (this is the practice outlined in the tech doc)
  2. rename it by changing the "Name" property in glue.
  3. Try to run the game.

Results: Severity Code Description Project File Line Suppression State Error CS0234 The type or namespace name 'FishingLootTable' does not exist in the namespace 'FishStory.DataTypes' (are you missing an assembly reference?) FishStory D:\Local Documents\GitHub\FishStory\FishStory\FishStory\GlobalContent.Generated.cs 33 Active