Skip to content

Commit ead634b

Browse files
author
wanderer
committed
UGUIView增加Update
1 parent e240b61 commit ead634b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

UI/UGUIView.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ protected virtual void Awake()
1919
}
2020
}
2121

22+
protected virtual void Update()
23+
{
24+
}
25+
2226
/// <summary>
2327
/// 打开界面
2428
/// </summary>

0 commit comments

Comments
 (0)