﻿using System;
using System.Collections.Generic;
using System.Text;

namespace Oni.Level
{
    internal enum PhyType
    {
        None0,
        None1,
        HasPhysics2,
        IsAnimated3,
        HasPhysics4
    }
}
