mirror of
https://github.com/oliverbooth/VpSharp
synced 2024-11-14 04:25:42 +00:00
[ci skip] Fix syntax in C# sample
This commit is contained in:
parent
434dc204d9
commit
1085e0d21e
@ -18,7 +18,7 @@ internal static class Program
|
|||||||
};
|
};
|
||||||
|
|
||||||
s_client = new VirtualParadiseClient(configuration);
|
s_client = new VirtualParadiseClient(configuration);
|
||||||
var commands = s_client.UseCommands(new CommandsExtensionConfiguration {Prefixes = {"/"}});
|
var commands = s_client.UseCommands(new CommandsExtensionConfiguration {Prefixes = new[] {"/"}});
|
||||||
commands.RegisterCommands<SayCommand>();
|
commands.RegisterCommands<SayCommand>();
|
||||||
|
|
||||||
s_client.AvatarJoined += ClientOnAvatarJoined;
|
s_client.AvatarJoined += ClientOnAvatarJoined;
|
||||||
|
Loading…
Reference in New Issue
Block a user