@@ -34,10 +34,10 @@ namespace Event
|
||||
|
||||
public event CameraInterActHandler CameraInterAct;
|
||||
public event DialogPopHandler DialogPop;
|
||||
|
||||
|
||||
public event PlayerRunStartHandler PlayerRunStart;
|
||||
public event PlayerRunningHandler PlayerRunning;
|
||||
|
||||
|
||||
public event PlayerRunStopHandler PlayerRunStop;
|
||||
public event PlayerWalkStartHandler PlayerWalkStart;
|
||||
public event PlayerWalkStopHandler PlayerWalkStop;
|
||||
@@ -67,11 +67,12 @@ namespace Event
|
||||
{
|
||||
PlayerWalking?.Invoke();
|
||||
}
|
||||
|
||||
|
||||
public void OnPlayerRunStart()
|
||||
{
|
||||
PlayerRunStart?.Invoke();
|
||||
}
|
||||
|
||||
public void OnPlayerRunning()
|
||||
{
|
||||
PlayerRunning?.Invoke();
|
||||
|
||||
Reference in New Issue
Block a user