Esempio 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);
 }
Esempio n. 2
0
 protected static bool OnAssignDefault(Verb verb)
 {
     return(true);
 }
Esempio n. 3
0
 protected static CheckResult CheckDefault(Verb verb, GameObject target)
 {
     return(CheckResult.INVALID);
 }
Esempio n. 4
0
 public virtual void AddVerb(Verb verb)
 {
     verbs.Add(verb);
 }