Skip to content

Commit

Permalink
Clear autogenerated ScreenIds
Browse files Browse the repository at this point in the history
  • Loading branch information
neilsarkar committed Feb 21, 2021
1 parent 4b0f5b5 commit bbba305
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
- VioletButton.closeModal
- VioletScreen.isEditing


## [0.1.74] - 2020-11-10

### Added
Expand Down
11 changes: 5 additions & 6 deletions Runtime/Navigation/ScreenId.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
//Names are automatically added through ScreenIdGenerator.cs, deletions are done manually in Assets/Plugins/VioletUI/ScreenIds.json :)
public enum ScreenId {
None = 0,
ScreenA = 1,
ScreenB = 2,
Showhide = 3,
// Names are automatically added through ScreenIdGenerator.cs, deletions are done manually :)
namespace VioletUI {
public enum ScreenId {
None = 0,
}
}
6 changes: 2 additions & 4 deletions update.bash
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ fi

tee Runtime/Navigation/ScreenId.cs &> /dev/null <<EOF
// Names are automatically added through ScreenIdGenerator.cs, deletions are done manually :)
namespace VioletUI {
public enum ScreenId {
None = 0,
}
public enum ScreenId {
None = 0,
}
EOF

Expand Down

0 comments on commit bbba305

Please sign in to comment.