mirror of
https://github.com/BlackMATov/unity-iso-tools.git
synced 2025-12-15 09:16:08 +07:00
hide fake components from Component/Scripts
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace IsoTools.Physics.Internal {
|
||||
[AddComponentMenu("")]
|
||||
[DisallowMultipleComponent]
|
||||
[RequireComponent(typeof(IsoObject))]
|
||||
public class IsoPhysicsHelper : MonoBehaviour {
|
||||
|
||||
Reference in New Issue
Block a user