mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
disallow multiple component
This commit is contained in:
parent
6e97449c2b
commit
174e4ea328
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user