Ejemplo n.º 1
0
            public override void Regen(RegenParams data)
            {
                entityNatureType currNature = entityNature;

                entityNature = entityNatureType.Polygon; // so the regen of the mesh is done correctly

                base.Regen(data);

                entityNature = currNature;
            }
Ejemplo n.º 2
0
 public void ChangeNature(entityNatureType nature)
 {
     entityNature = nature;
 }