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

@ -16,7 +16,7 @@ namespace HeavenStudio.Games.Scripts_ForkLifter
public int type;
private void Start()
private void Awake()
{
anim = GetComponent<Animator>();