using UnityEngine; namespace Blocks4u.Runtime { public abstract class BlocklyLogicBehaviour : MonoBehaviour, IBlocklyLogic { } }