namespace UnityAtoms { /// /// Use in order to determine if this is a AtomAction when assigning icons to Atoms. /// This is hack is necessary because IsAssignableFrom and IsSubclassOf doesn't work without a type constraint 💩 /// public interface IAtomActionIcon { } }