Exemplo n.º 1
0
 internal static void InstallEvents()
 {
     DlcInstalled_t.Install(x => OnDlcInstalled?.Invoke(x.AppID));
     NewUrlLaunchParameters_t.Install(x => OnNewLaunchParameters?.Invoke());
 }
Exemplo n.º 2
0
 internal static void InstallEvents()
 {
     Dispatch.Install <DlcInstalled_t>(x => OnDlcInstalled?.Invoke(x.AppID));
     Dispatch.Install <NewUrlLaunchParameters_t>(x => OnNewLaunchParameters?.Invoke());
 }