|
|
@ -104,7 +104,7 @@ namespace Fungus |
|
|
|
currentType = sequence.eventHandler.GetType(); |
|
|
|
currentType = sequence.eventHandler.GetType(); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
string currentHandlerName = "None"; |
|
|
|
string currentHandlerName = "<None>"; |
|
|
|
if (currentType != null) |
|
|
|
if (currentType != null) |
|
|
|
{ |
|
|
|
{ |
|
|
|
EventHandlerInfoAttribute info = EventHandlerEditor.GetEventHandlerInfo(currentType); |
|
|
|
EventHandlerInfoAttribute info = EventHandlerEditor.GetEventHandlerInfo(currentType); |
|
|
|