Files
VFSUnity/Assets/Scripts/Core/ExperimentController.cs
T

4 lines
146 B
C#
Raw Normal View History

using UnityEngine;
/// <summary>Legacy — replaced by ExperimentFlowCoordinator.</summary>
public class ExperimentController : MonoBehaviour { }