﻿using UnityEngine;
using System.Collections;

using HutongGames.PlayMaker;

public class EventDataSenderProxy : ScriptableObject {

	public FsmEventTarget EventTarget = new FsmEventTarget ();
}
