Skip to content

Commit

Permalink
Fix interface
Browse files Browse the repository at this point in the history
  • Loading branch information
sss88028 committed May 1, 2022
1 parent b88d386 commit c8c4008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Runtime/IUIEvent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace CCTU.UIFramework
{
public interface IUIEvent
{
public int Priority
int Priority
{
get;
}
Expand Down

0 comments on commit c8c4008

Please sign in to comment.