using UnityEngine;
namespace UnityAtoms
{
public abstract class SceneFieldAction : GameAction<SceneField> { }
}