Exemplo n.º 1
0
        public static void Postfix(PlayerControl __instance)
        {
            if (ShipStatus.Instance == null)
            {
                return;
            }
            if (LocalPlayer != __instance)
            {
                return;
            }

            LocalRole?.UpdateAbilities(Time.deltaTime);
        }
Exemplo n.º 2
0
 public static void Prefix(IntroCutscene.Nested_0 __instance)
 {
     LocalRole.SetIntro(__instance);
     __instance.__this.ImpostorText.gameObject.SetActive(true);
 }