Skip to content

Commit

Permalink
clear roles
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-ivashenko committed Oct 1, 2023
1 parent 8db1da3 commit b7995ab
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Assets/StatefulUISupport/Scripts/Roles/ButtonRole.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@
public enum ButtonRole
{
Unknown = 0,
Close = -1261564850,
}
1 change: 0 additions & 1 deletion Assets/StatefulUISupport/Scripts/Roles/TextRole.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@
public enum TextRole
{
Unknown = 0,
Title = -1859700480,
}

0 comments on commit b7995ab

Please sign in to comment.