Newer
Older
TheVengeance-Project-IADE-Unity2D / Assets / Scripts / NPC / FOV / OrcFOV.cs
@Rackday Rackday on 29 Oct 111 bytes Major Update
using System.Collections;
using System.Collections.Generic;
using UnityEngine;

public class OrcFOV : FOV
{

}