Skip to content

Commit

Permalink
Changed protected field to autoproperty
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaAmora committed Nov 27, 2021
1 parent 8da5e50 commit 800cd1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/_PerpetualJourney/Scripts/Objects/LaneObject.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace PerpetualJourney
{
public abstract class LaneObject : MonoBehaviour, ICanBePooled
{
[SerializeField] protected GameEvents GameEvents;
[SerializeField] protected GameEvents GameEvents {get; set;}

private float _laneSize;
private int _lane;
Expand Down

0 comments on commit 800cd1d

Please sign in to comment.