UI 이벤트 추가
This commit is contained in:
@@ -2,6 +2,11 @@ using UnityEngine;
|
||||
|
||||
public class Define
|
||||
{
|
||||
public enum UIEvent
|
||||
{
|
||||
Click,
|
||||
Drag,
|
||||
}
|
||||
public enum MouseEvent
|
||||
{
|
||||
Press,
|
||||
|
||||
Reference in New Issue
Block a user