Files
Ultimate-Fishing-Simulator-…/Assets/Scripts/Assembly-CSharp/ScriptableEventNetworkObjectSpawn.cs
2026-03-04 09:37:33 +08:00

8 lines
252 B
C#

using Obvious.Soap;
using UnityEngine;
[CreateAssetMenu(fileName = "scriptable_event_NetworkObjectSpawn", menuName = "Soap/ScriptableEvents/NetworkObjectSpawn")]
public class ScriptableEventNetworkObjectSpawn : ScriptableEvent<NetworkObjectSpawn>
{
}