using System.Collections.Generic; using UnityEngine; namespace NobleMuffins.LimbHacker.Guts { public class ForwardPassAgent : MonoBehaviour { public IEnumerable Snapshot { get; set; } } }