public Settings(Pod associatedPod) { mAssociatedPod = associatedPod; mAssociatedPod.AddFunction("OnTick", OnTick); }