mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
file scoped namespace
This commit is contained in:
parent
9546b52a5e
commit
6e97449c2b
@ -1,13 +1,13 @@
|
||||
using System.Collections;
|
||||
using UnityEngine;
|
||||
|
||||
namespace NewHorizons.Components
|
||||
namespace NewHorizons.Components;
|
||||
|
||||
/// <summary>
|
||||
/// properly add physics to a detail
|
||||
/// </summary>
|
||||
public class AddPhysics : MonoBehaviour
|
||||
{
|
||||
/// <summary>
|
||||
/// properly add physics to a detail
|
||||
/// </summary>
|
||||
public class AddPhysics : MonoBehaviour
|
||||
{
|
||||
public Sector Sector;
|
||||
public float Mass = 1f;
|
||||
public float Radius = 1f;
|
||||
@ -47,5 +47,4 @@ namespace NewHorizons.Components
|
||||
|
||||
Destroy(this);
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user