예제 #1
0
파일: Sight.cs 프로젝트: po-omena/NR-CORE
        static Sight()
        {
            InitUnblockedView();
            InitSightRays();

            Primes = MathsUtils.GeneratePrimes(MaxNumRegions);
        }