Files
GeoSusGame/Assets/RingShooterMinigameController.cs
2026-04-26 14:35:54 +02:00

7 lines
201 B
C#

using UnityEngine;
// Old placeholder file kept only so the project compiles cleanly.
// Actual gameplay now lives in TimingWheelShooter.
public class RingShooterMinigameController : MonoBehaviour
{
}