Interface IComponent


  • public interface IComponent
    A component can be likened to a C struct. It has no methods and is only capable of storing data, not acting upon it.
    Author:
    kong