file scoped namespace

This commit is contained in:
JohnCorby 2023-02-03 18:58:34 -08:00
parent 9546b52a5e
commit 6e97449c2b

View File

@ -1,8 +1,8 @@
using System.Collections; using System.Collections;
using UnityEngine; using UnityEngine;
namespace NewHorizons.Components namespace NewHorizons.Components;
{
/// <summary> /// <summary>
/// properly add physics to a detail /// properly add physics to a detail
/// </summary> /// </summary>
@ -48,4 +48,3 @@ namespace NewHorizons.Components
Destroy(this); Destroy(this);
} }
} }
}