CampfireParty.Building_Pyre.GetBeerSearchAreaCells C# (CSharp) Méthode

GetBeerSearchAreaCells() protected static méthode

protected static GetBeerSearchAreaCells ( IntVec3 pyrePosition ) : List
pyrePosition IntVec3
Résultat List
        protected static List<IntVec3> GetBeerSearchAreaCells(IntVec3 pyrePosition)
        {
            return GenRadial.RadialCellsAround(pyrePosition, beerSearchAreaRadius, true).ToList<IntVec3>();
        }