using System.Collections.Generic; namespace ACE.Server.Physics.Common { public class PalShiftTex { public uint TexGID; public List SubPal; public List RoadCode; public List TerrainPal; } }