Exemplo n.º 1
0
 public void OnDisable()
 => SegmentStreamer.Unsubscribe(this.gameObject, OnWorldSegmentEvent, true);
    public void OnDisable()
    {
        _input.Player.Disable();

        segmentStreamer.Unsubscribe(this.gameObject, OnWorldSegmentEvent, true);
    }