package scene; public class HoldAction implements Action { @Override public String getDescription() { return "скрюченными пальцами"; } }