namespace Content.Shared.Kitchen; /// /// This returns a list of recipes not found in the main list of available recipes. /// [ByRefEvent] public struct GetSecretRecipesEvent() { public List Recipes = new(); }