Interface IInitializeSystem

  • All Superinterfaces:
    ISystem
    All Known Implementing Classes:
    Systems

    public interface IInitializeSystem
    extends ISystem
    Initialize systems run once at the start of your program.
    Author:
    kong
    • Method Detail

      • initialize

        void initialize()