Bilal
Bilal
CC#
Created by Bilal on 7/22/2023 in #help
❔ It errors this when i try to build
27 replies
CC#
Created by Bilal on 6/24/2023 in #help
❔ Best way to learn C#?
can someone suggest me a way to learn C# without missing anything and get into game development?
65 replies
CC#
Created by Bilal on 4/21/2023 in #help
✅ Will this work
var commandStrings = availableCommands.Select((command, index) =>
new
{
response = $"[(Color::Pink){{0}}(Color::White)] {{1}}",command.Name, command.Description
});
var commandStrings = availableCommands.Select((command, index) =>
new
{
response = $"[(Color::Pink){{0}}(Color::White)] {{1}}",command.Name, command.Description
});
14 replies