Super
This commit is contained in:
@@ -65,10 +65,9 @@ public abstract class Player : MonoBehaviour
|
||||
PlayAnimation(AnimationType.Coin);
|
||||
}
|
||||
|
||||
private void OnTriggerEnter(Collider c)
|
||||
public void OnTriggerEnter(Collider c)
|
||||
{
|
||||
eventstop = true;
|
||||
|
||||
}
|
||||
|
||||
public void EventStopFinished()
|
||||
|
||||
Reference in New Issue
Block a user