disallow multiple component

This commit is contained in:
JohnCorby 2023-02-03 19:06:30 -08:00
parent 6e97449c2b
commit 174e4ea328

View File

@ -6,6 +6,7 @@ namespace NewHorizons.Components;
/// <summary> /// <summary>
/// properly add physics to a detail /// properly add physics to a detail
/// </summary> /// </summary>
[DisallowMultipleComponent]
public class AddPhysics : MonoBehaviour public class AddPhysics : MonoBehaviour
{ {
public Sector Sector; public Sector Sector;