2026-05-22 보스스킬 : 지진
This commit is contained in:
@@ -8,7 +8,12 @@ public class SkillSupport : MonoBehaviour
|
||||
[HideInInspector] public SkillPredict[] DownHazardPredicts;
|
||||
[HideInInspector] public SkillPredict[] RightHazardPredicts;
|
||||
|
||||
void Start()
|
||||
private void Awake()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
private void Start()
|
||||
{
|
||||
GameObject[] shineDownStartPoss = GameObject.FindGameObjectsWithTag("ShineDownStartPos");
|
||||
GameObject[] shineRightStartPoss = GameObject.FindGameObjectsWithTag("ShineRightStartPos");
|
||||
|
||||
Reference in New Issue
Block a user