Commit 6005c77b authored by 16이진형's avatar 16이진형

더블클릭 시간 조절가능

parent 94a9b12d
......@@ -7,6 +7,7 @@ public class DoubleClick : MonoBehaviour
private bool click = true; //클릭 여부
[SerializeField]
private float clickWaitTime = 0.5f; //클릭 대기시간
private float clickTime;
......
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