Example #1
0
 protected UnityEventBase()
 {
     m_Calls           = new InvokableCallList();
     m_PersistentCalls = new PersistentCallGroup();
 }
Example #2
0
 protected UnityEventBase()
 {
     m_Calls           = new InvokableCallList();
     m_PersistentCalls = new PersistentCallGroup();
     m_TypeName        = GetType().AssemblyQualifiedName;
 }