Skip to content

Commit b45f323

Browse files
committed
Forgot exposing the ending
1 parent 4079a48 commit b45f323

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

as.predefined

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3224,6 +3224,11 @@ namespace CB::SCP914 {
32243224
int RefinedItems;
32253225
}
32263226

3227+
namespace CB::Ending {
3228+
float Timer;
3229+
string Selected;
3230+
}
3231+
32273232
namespace CB {
32283233
enum Music {
32293234
LightContainmentZone,

as.raw.predefined

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ namespace CB::Door {
403403
CB::Door@ get_First() property;
404404
CB::Door@ get_Last() property;
405405
CB::Door@ Create(int lvl, float x, float y, float z, float yawAngle, CB::Room@ room, bool startOpen = false, int big = 0, int keycard = 0, string code = "", bool useCollisionMesh = false);
406-
void ActivateKeyCardMessageMessageCooldown();
406+
void ActivateKeyCardMessageCooldown();
407407
void HasKeyCardMessage();
408408
void ActivateScannerMessageCooldown();
409409
void HasScannerMessage();
@@ -3167,6 +3167,11 @@ namespace CB::SCP914 {
31673167
int RefinedItems;
31683168
}
31693169

3170+
namespace CB::Ending {
3171+
float Timer;
3172+
string Selected;
3173+
}
3174+
31703175
namespace CB {
31713176
enum Music {
31723177
LightContainmentZone,

0 commit comments

Comments
 (0)