Merge pull request #63 from Slaith12/main

Prevented out of order initialization
This commit is contained in:
Jenny Crowe
2022-03-25 21:48:51 -07:00
committed by GitHub
40 changed files with 50 additions and 100 deletions

View File

@ -32,11 +32,8 @@ namespace HeavenStudio.Games
private void Awake()
{
instance = this;
}
private void Start()
{
djYellowAnim = djYellow.GetComponent<Animator>();
student.Init();
}
private void Update()