1
This commit is contained in:
@@ -67,11 +67,15 @@ public class HandCatchFontCtr : MonoBehaviour
|
||||
if (rightRunTime >= rightWaitTime)
|
||||
{
|
||||
isRightStartStay = false;
|
||||
GlobalEventMgr.Dispatch(GameEvent.EventRayStart, 2);//2:<3A><><EFBFBD><EFBFBD>
|
||||
GlobalEventMgr.Dispatch(GameEvent.EventRayStart,2);//2:<3A><><EFBFBD><EFBFBD>
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public void RightHandPosCatchReset()
|
||||
{
|
||||
isRightStartStay = false;
|
||||
rightRunTime = 0;
|
||||
}
|
||||
public void RightHandPosCatchEnd(bool isShow)
|
||||
{
|
||||
isRightStartStay = false;
|
||||
|
||||
Reference in New Issue
Block a user