mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-05 07:49:22 +00:00
[LuaNetworkVariables] Remove exp stuff, fix context properties
This commit is contained in:
parent
ece15e0dfc
commit
e85c1e2f25
10 changed files with 95 additions and 514 deletions
|
@ -18,24 +18,22 @@ public class LuaNetVarsMod : MelonMod
|
|||
public override void OnInitializeMelon()
|
||||
{
|
||||
Logger = LoggerInstance;
|
||||
|
||||
ApplyPatches(typeof(Patches.LuaScriptFactory_Patches));
|
||||
ApplyPatches(typeof(Patches.CVRSyncHelper_Patches));
|
||||
}
|
||||
|
||||
public override void OnUpdate()
|
||||
{
|
||||
// if (Input.GetKeyDown(KeyCode.F1))
|
||||
// {
|
||||
// PlayerSetup.Instance.DropProp("be0b5acc-a987-48dc-a28b-62bd912fe3a0");
|
||||
// }
|
||||
//
|
||||
// if (Input.GetKeyDown(KeyCode.F2))
|
||||
// {
|
||||
// GameObject go = new("TestSyncedObject");
|
||||
// go.AddComponent<TestSyncedObject>();
|
||||
// }
|
||||
}
|
||||
// public override void OnUpdate()
|
||||
// {
|
||||
// // if (Input.GetKeyDown(KeyCode.F1))
|
||||
// // {
|
||||
// // PlayerSetup.Instance.DropProp("be0b5acc-a987-48dc-a28b-62bd912fe3a0");
|
||||
// // }
|
||||
// //
|
||||
// // if (Input.GetKeyDown(KeyCode.F2))
|
||||
// // {
|
||||
// // GameObject go = new("TestSyncedObject");
|
||||
// // go.AddComponent<TestSyncedObject>();
|
||||
// // }
|
||||
// }
|
||||
|
||||
#endregion Melon Events
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue