Newer
Older
TheVengeance-Project-IADE-Unity2D / Assets / Scripts / NPC / FOV / OrcFOV.cs
@Rackday Rackday on 13 Nov 110 bytes Minor Update
using System.Collections;
using System.Collections.Generic;
using UnityEngine;

public class OrcFOV : FOV
{

}