using System; namespace Fie.Object { public delegate void StateChangeDelegate(Type fromState, Type toState); }