void Start()
 {
     Lzwp.AddAfterInitializedAction(() => {
         config       = Lzwp.config;
         customConfig = Lzwp.config.GetCustom();
     });
 }
Exemplo n.º 2
0
 public static CustomAppConfig GetCustom(this LzwpConfig cfg)
 {
     return(cfg.GetCustom <CustomAppConfig>());
 }