Skip to content
Snippets Groups Projects
Select Git revision
  • 244f1d34216e3e90cd77ec1d5c6110a6cf1bed7f
  • main default protected
2 results

Perception180.cs

Blame
  • Perception180.cs 207 B
    using System.Collections;
    using System.Collections.Generic;
    using UnityEngine;
    
    public class Perception180 : Perception
    {
        public Perception180(Agent agent, float r) : base(agent, r, 180.0f) {}
    }