fixing another bug with clappy trio

This commit is contained in:
Slaith 2022-03-26 17:53:34 -07:00
parent e28862c99e
commit 2f974e0e61
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ namespace HeavenStudio.Games
private void Awake() private void Awake()
{ {
instance = this; instance = this;
InitLions();
} }
private void InitLions() private void InitLions()