using System; using Oni.Physics; namespace Oni.Objects { internal abstract class GunkObjectClass : ObjectClass { public abstract ObjectGeometry[] GunkNodes { get; } } }