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