12 lines
265 B
C#
12 lines
265 B
C#
using UnityEngine;
|
|
|
|
namespace GeNa.Core
|
|
{
|
|
/// <summary>
|
|
/// This scripts purpose is when using the material decorator and to teel LODGroups and non LODGroups apart.
|
|
/// </summary>
|
|
public class MeshBeenProcessed : MonoBehaviour
|
|
{
|
|
|
|
}
|
|
} |