Skip to content

Instantly share code, notes, and snippets.

@Zammy
Zammy / Visibility.cs
Last active November 8, 2018 15:52 — forked from zloedi/roguelike_FOV.c
Unity3d Implementation of rougelike_FOV
/*
Check original C code and explanation!
*/
using System;
using System.Collections.Generic;
using UnityEngine;
public static class Visibility
{