Example #1
0
File: Game.cs Project: wsenh/ld47
 private void OnActivateCheckPoint(CheckPoint checkPoint)
 {
     CheckPoint?.Disable();
     CheckPoint = checkPoint;
     CheckPoint.Enable();
 }