Commit 8e51f31e authored by 15박보승's avatar 15박보승

에러 해결

parent acb2eb35
......@@ -5,7 +5,7 @@ using UnityEngine;
public class EdgeNoteObject : NoteObject
{
Vector2 direction;
public override void Init(float x, float y)
public void Init(float x, float y)
{
direction = new Vector2(x, y);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment