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

public class InteractableNPC_FOV : FOV
{

}