//
// Author:
//   Andreas Suter (andy@edelweissinteractive.com)
//
// Copyright (C) 2012 Edelweiss Interactive (http://edelweissinteractive.com)
//

using UnityEngine;
using System.Collections;
using Edelweiss.DecalSystem;

/// <summary>
/// Instances of this class are used for the grouping of <see cref="T:DS_SkinnedDecalProjector"/>
/// instances in the Unity Editor to modify all relevant transforms at once. Those objects have no effect at runtime.
/// </summary>
public class DS_SkinnedDecalProjectorGroup : SkinnedDecalProjectorGroup {
}
