minor fix

This commit is contained in:
Rapandrasmus 2024-01-25 21:42:01 +01:00
parent b49b473cb7
commit 184e75ba22

View file

@ -109,7 +109,7 @@ namespace HeavenStudio.Games
private double _pillarEndBeat = double.MaxValue;
public double PillarEndBeat => _pillarEndBeat;
private bool _useEndTotem = true;
private bool _useEndTotem = false;
public bool UseEndTotem => _useEndTotem;
[NonSerialized] public List<RiqEntity> _tripleEvents = new();