Files
FueraDeEscala/Assets/Game Kit Controller/Integrations/LimbHacker-master/Guts/ForwardPassAgent.cs

9 lines
209 B
C#
Raw Normal View History

2026-03-29 23:03:14 -07:00
using System.Collections.Generic;
using UnityEngine;
namespace NobleMuffins.LimbHacker.Guts
{
public class ForwardPassAgent : MonoBehaviour {
public IEnumerable<MeshSnapshot> Snapshot { get; set; }
}
}