Exemple #1
0
 //cn = 3
 //64 = 2
 //32 = 1
 internal static AgentDeepDungeonSaveData GetSaveInterface()
 {
     return(AgentModule.GetAgentInterfaceByType <AgentDeepDungeonSaveData>());
 }
 public static void UsePomander2(Pomander number)
 {
     Core.Memory.CallInjected64 <IntPtr>(Core.Memory.ImageBase + 10031088,
                                         AgentModule.GetAgentInterfaceByType <AgentDeepDungeonInformation>().Pointer, (int)number);
 }
 public static void UsePomander(Pomander pom)
 {
     AgentModule.GetAgentInterfaceByType <AgentDeepDungeonInformation>().UsePomander(pom);
     Navigator.NavigationProvider.ClearStuckInfo(); // don't trigger antistuck
 }
Exemple #4
0
 public static void UsePomander(Pomander pom)
 {
     AgentModule.GetAgentInterfaceByType <AgentDeepDungeonInformation>().UsePomander(pom);
 }