+ IsoSnappingParent

This commit is contained in:
2016-08-20 19:05:09 +07:00
parent e80da29acb
commit 3bfc07706f
10 changed files with 273 additions and 47 deletions

View File

@@ -0,0 +1,8 @@
using UnityEngine;
namespace IsoTools {
[SelectionBase]
[ExecuteInEditMode, DisallowMultipleComponent]
public class IsoSnappingParent : MonoBehaviour {
}
}