using System.Collections.Generic; namespace ACE.Server.Physics { public class PhysicsScriptTableData { public List ScriptArray; } }