9 lines
209 B
C#
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; }
|
|
}
|
|
} |