Replace button serializable action with unity event. Rename package namespace names to follow typical conventions.
This commit is contained in:
@@ -4,7 +4,7 @@ using System.Reflection;
|
||||
using UnityEngine;
|
||||
using Object = UnityEngine.Object;
|
||||
|
||||
namespace SerializableFunc.Runtime
|
||||
namespace SerializableFunc
|
||||
{
|
||||
[Serializable]
|
||||
public class SerializableAction
|
||||
|
||||
Reference in New Issue
Block a user