hide fake components from Component/Scripts

This commit is contained in:
2016-11-30 13:37:13 +07:00
parent 1627bf4f54
commit 2a8a48d360
7 changed files with 11 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
using UnityEngine;
namespace IsoTools.Physics.Internal {
[AddComponentMenu("")]
[DisallowMultipleComponent]
[RequireComponent(typeof(IsoObject))]
public class IsoPhysicsHelper : MonoBehaviour {