protected static bool ActionDefault(Verb verb, Dictionary <string, object> data) { WaywardManager.instance.Log($@"<yellow>Verb '{verb.displayLabel}' ran default action.</yellow>"); return(false); }
protected static bool OnAssignDefault(Verb verb) { return(true); }
protected static CheckResult CheckDefault(Verb verb, GameObject target) { return(CheckResult.INVALID); }
public virtual void AddVerb(Verb verb) { verbs.Add(verb); }