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