Replace button serializable action with unity event. Rename package namespace names to follow typical conventions.
This commit is contained in:
@@ -3,7 +3,7 @@ using System.Linq;
|
||||
using System.Reflection;
|
||||
using UnityEngine;
|
||||
|
||||
namespace SerializableFunc.Runtime
|
||||
namespace SerializableFunc
|
||||
{
|
||||
[Serializable]
|
||||
public abstract class SerializableFuncBase<TFuncType> where TFuncType : Delegate
|
||||
|
||||
Reference in New Issue
Block a user