Files
Fishing2/Packages/com.jbooth.microverse/Scripts/FalloffOverride.cs
2025-06-09 23:23:13 +08:00

12 lines
214 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace JBooth.MicroVerseCore
{
public class FalloffOverride : MonoBehaviour
{
public FalloffFilter filter;
}
}