Skip to content

Commit

Permalink
Merge pull request #62 from Twin1dev/master
Browse files Browse the repository at this point in the history
add back 9.41 event
  • Loading branch information
Milxnor authored Feb 16, 2024
2 parents b0b3306 + 7a138e9 commit c8802df
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion Project Reboot 3.0/events.h
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,34 @@ static inline std::vector<Event> Events =
false
),
Event
(
"The Showdown",
"/Game/Athena/Prototype/Blueprints/Cattus/BP_CattusDoggus_Scripting.BP_CattusDoggus_Scripting_C",
"/Game/Athena/Prototype/Blueprints/Cattus/BP_CattusDoggus_Scripting.BP_CattusDoggus_Scripting_C.LoadCattusLevel",
1,
{
{
true,
"/Game/Athena/Prototype/Blueprints/Cattus/BP_CattusDoggus_Scripting.BP_CattusDoggus_Scripting_C.OnReady_C11CA7624A74FBAEC54753A3C2BD4506"
}
},
{
{
{
true,
"/Game/Athena/Prototype/Blueprints/Cattus/BP_CattusDoggus_Scripting.BP_CattusDoggus_Scripting_C.startevent"
},

0
}
},

"/Game/Athena/Prototype/Blueprints/Cattus/BP_CattusDoggus_Scripting.BP_CattusDoggus_Scripting_C",
"/Game/Athena/Playlists/Music/Playlist_Music_High.Playlist_Music_High",
9.41,
false
),
Event
(
"The Unvaulting",
"/Game/Athena/Prototype/Blueprints/White/BP_SnowScripting.BP_SnowScripting_C",
Expand Down Expand Up @@ -860,4 +888,4 @@ static inline bool DoesEventRequireLoading()
}

return false;
}
}

0 comments on commit c8802df

Please sign in to comment.