7 lines
201 B
C#
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
|
|
{
|
|
} |