public void CheckResolveRules() { if (resolutionFunction != null) { resolutionFunction.Use(); } else { Debug.Log("Error: " + beingName + " has no resolutionfunction!"); } }