VpSharp/VpSharp.Commands
Oliver Booth 3c5091e040
I don't even need to explain this one
But in case you're curious: https://en.wikipedia.org/wiki/Off-by-one_error

TL;DR I am stupid
2022-11-30 21:13:41 +00:00
..
Attributes Add CLSCompliant attribute to VpSharp.Commands assembly 2022-11-30 20:18:50 +00:00
Assembly.cs Add CLSCompliant attribute to VpSharp.Commands assembly 2022-11-30 20:18:50 +00:00
Command.cs Use IReadOnlyList<T> instead of T[] for public API 2022-11-30 18:03:00 +00:00
CommandContext.cs Don't return arrays in public properties 2022-11-29 19:06:15 +00:00
CommandModule.cs Add Commands extension 2022-11-27 20:47:54 +00:00
CommandsExtension.cs I don't even need to explain this one 2022-11-30 21:13:41 +00:00
CommandsExtensionConfiguration.cs Add support for dependency injection 2022-11-30 20:54:22 +00:00
VirtualParadiseClientExtensions.cs Validate non-null arguments for public API 2022-11-30 18:16:37 +00:00
VpSharp.Commands.csproj Add package metadata 2022-11-29 19:06:47 +00:00