using UnityEngine;
using System.Collections;
using System.Collections.Generic;
using Arbor;
using Arbor.BehaviourTree;

	#ROOTNAMESPACEBEGIN#
[AddComponentMenu("")]
public class #SCRIPTNAME# : Service {
	protected override void OnAwake() {
	}

	protected override void OnStart() {
	}

	protected override void OnUpdate() {
	}

	protected override void OnEnd() {
	}
}
#ROOTNAMESPACEEND#
