AllowTool.UnlimitedDesignationDragger.GetAffectedCells C# (CSharp) Метод

GetAffectedCells() публичный Метод

public GetAffectedCells ( ) : IEnumerable
Результат IEnumerable
		public IEnumerable<IntVec3> GetAffectedCells() {
			return affectedCells;
		}