001package com.fs.starfarer.api.campaign; 002 003 004public enum CampaignEngineLayers { 005 TERRAIN_1, 006 TERRAIN_2, 007 PLANETS, 008 TERRAIN_3, 009 RINGS, 010 TERRAIN_4, 011 ASTEROIDS, 012 TERRAIN_5, 013 JUMP_POINTS, 014 TERRAIN_6, 015 TERRAIN_6A, 016 TERRAIN_6B, 017 BELOW_STATIONS, 018 STATIONS, 019 ABOVE_STATIONS, 020 TERRAIN_7, 021 //JUMP_POINTS, 022 TERRAIN_7A, 023 TERRAIN_SLIPSTREAM, 024 FLEETS, 025 TERRAIN_8, 026 TERRAIN_9, 027 TERRAIN_10, 028 ABOVE, 029}