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>
/// properly add physics to a detail
/// </summary>
[DisallowMultipleComponent]
public class AddPhysics : MonoBehaviour
{
public Sector Sector;