/** * (c) Urs Zeidler */ package de.urszeidler.eclipse.shr5.gameplay; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Free Action</b></em>'. * <!-- end-user-doc --> * * * @see de.urszeidler.eclipse.shr5.gameplay.GameplayPackage#getFreeAction() * @model * @generated */ public interface FreeAction extends SubjectCommand { } // FreeAction