mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 08:17:38 +02:00
Merge pull request #63 from Slaith12/main
Prevented out of order initialization
This commit is contained in:
@ -16,7 +16,7 @@ namespace HeavenStudio.Games.Scripts_ForkLifter
|
||||
|
||||
public int type;
|
||||
|
||||
private void Start()
|
||||
private void Awake()
|
||||
{
|
||||
anim = GetComponent<Animator>();
|
||||
|
||||
|
Reference in New Issue
Block a user