예제 #1
0
 public override void OnApplicationStart()
 {
     Instance = this;
     ModSettings.RegisterSettings();
     ModSettings.Apply();
     SocialMenuPatch.Setup();
     WorldInfoPatch.Setup();
 }
예제 #2
0
파일: Main.cs 프로젝트: gompocp/VRChatMods
 public override void OnApplicationStart()
 {
     Instance = this;
     ModSettings.RegisterSettings();
     ModSettings.LoadSettings();
     SocialMenuSetup.Patch();
     WorldInfoSetup.Patch();
     NotificationMoreActions.Patch();
     ExpansionKitApi.OnUiManagerInit += UiManagerInit;
 }
예제 #3
0
파일: Main.cs 프로젝트: VRCMG/VRChatMods
 public override void OnApplicationStart()
 {
     Instance = this;
     ModSettings.RegisterSettings();
     ModSettings.Apply();
     SocialMenuSetup.Patch();
     WorldInfoSetup.Patch();
     WorldDownloadListener.Patch();
     NotificationMoreActions.Patch();
 }