Skip to content

Commit cd866f9

Browse files
dustindustin
authored andcommitted
Added Awake() function header to UIController.cs
1 parent bbfdddc commit cd866f9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Assets/UIController/UIController.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ public class UIController : MonoBehaviour
5959
public ConditionPanel condpanel;
6060
public ConditionTestPanel ctpanel;
6161

62+
/* Awake() -----------------------------------------------------------------------------
63+
Description: Awake is called when the script instance is being loaded see the following
64+
URL for more information: https://docs.unity3d.com/ScriptReference/MonoBehaviour.Awake.html
65+
----------------------------------------------------------------------------------------*/
6266

6367
void Awake()
6468
{

0 commit comments

Comments
 (0)