// Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3) 
// Source File Name:   MeshObjectToTree.java


public class MeshObjectToTree extends MeshObject
{

    public MeshObjectToTree()
    {
        bCollision = true;
        fRotation = 0.0F;
    }

    void OnCreate()
    {
        Module cMod = GetModule();
        cMod.AddTree(super.MeshName, this, 0.0F, 100F, bCollision);
        EnableRendering(false);
        DeactivateOnModule();
        CallMethodIn("delete", 0.0F);
    }

    public boolean bCollision;
    public float fRotation;
}
