Files
FueraDeEscala/Assets/Game Kit Controller/Integrations/LimbHacker-master/Guts/ForwardPassAgent.cs
2026-03-29 23:03:14 -07:00

9 lines
209 B
C#

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