diff options
Diffstat (limited to 'ActiveRagdoll/Assets/ThirdParty/SerializableCallback/package.json')
-rw-r--r-- | ActiveRagdoll/Assets/ThirdParty/SerializableCallback/package.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ActiveRagdoll/Assets/ThirdParty/SerializableCallback/package.json b/ActiveRagdoll/Assets/ThirdParty/SerializableCallback/package.json new file mode 100644 index 0000000..d02db75 --- /dev/null +++ b/ActiveRagdoll/Assets/ThirdParty/SerializableCallback/package.json @@ -0,0 +1,11 @@ +{ + "name": "com.github.siccity.serializablecallback", + "description": "UnityEvent and System.Func had a child. Lets you drag-and-drop methods with or without return values / parameters in the Unity inspector. It uses expression trees and reflection to cache a delegate on first execution. Usage is identical to UnityEvent", + "version": "1.0.0", + "unity": "2018.1", + "displayName": "SerializableCallback", + "author": { + "name": "Thor Brigsted", + "url": "http://thorbrigsted.com/" + } +} |