LethalCompany/Lethal Company/ExportedProject/Assets/Scripts/Assembly-CSharp/DigitalRuby/ThunderAndLightning/LightningGizmoScript.cs
2023-12-22 18:30:10 -05:00

8 lines
123 B
C#

using UnityEngine;
namespace DigitalRuby.ThunderAndLightning
{
public class LightningGizmoScript : MonoBehaviour
{
}
}