ConvoCore
Loading...
Searching...
No Matches
IConversationContext.cs File Reference

Classes

interface  WolfstagInteractive.ConvoCore.IConversationContext
 Provides optional runtime context for branch evaluation. More...
class  WolfstagInteractive.ConvoCore.DefaultConversationContext
 Default no-op implementation. More...

Namespaces

namespace  WolfstagInteractive
namespace  WolfstagInteractive.ConvoCore
 Base Action serves as the base for all derivative classes, allowing them to all automatically share the values and functions within this script Derivative classes must inherenit from BaseAction in order to work and should not derive from monobehavior or scriptable object on their own.