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