CommandServices
Namespace: Murder.Diagnostics
Assembly: Murder.dll
public static class CommandServices
⭐ Properties
AllCommands
public static ImmutableDictionary<TKey, TValue> AllCommands { get; }
Returns
ImmutableDictionary<TKey, TValue>
⭐ Methods
Parse(World, string)
public string Parse(World world, string input)
Parameters
world
World
input
string
Returns
string
⚡