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

	#ROOTNAMESPACEBEGIN#
[AddComponentMenu("")]
public class #SCRIPTNAME# : Calculator {
	// Use this for calculate
	public override void OnCalculate() {
	}
}
#ROOTNAMESPACEEND#
