package it.angelic.soulissclient.model; /** * Created by Ale on 10/02/2015. * * Common methods to all commands */ public interface ISoulissCommand extends ISoulissObject, ISoulissExecutable{ int getType(); ISoulissTypical getParentTypical(); }