Allow to put explosives with timer in cream pie (#13866)

This commit is contained in:
Slava0135
2023-02-05 23:07:51 +03:00
committed by GitHub
parent 11dbc2eabc
commit 11aece8519
3 changed files with 71 additions and 9 deletions

View File

@@ -15,5 +15,7 @@ namespace Content.Shared.Nutrition.Components
[ViewVariables]
public bool Splatted { get; set; } = false;
public const string PayloadSlotName = "payloadSlot";
}
}