using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
namespace OpenVIII.Battle.Dat
{
///
/// Section 2: Model geometry
///
///
[StructLayout(LayoutKind.Sequential, Pack = 1)]
public class Geometry
{
#region Fields
///
/// Number of objects
///
public readonly int CObjects;
///
/// Object Data (see below)
///
public readonly IReadOnlyList