AllowTool.UnlimitedDesignationDragger.GetAffectedCells C# (CSharp) 메소드

GetAffectedCells() 공개 메소드

public GetAffectedCells ( ) : IEnumerable
리턴 IEnumerable
		public IEnumerable<IntVec3> GetAffectedCells() {
			return affectedCells;
		}