This commit is contained in:
caesarakalaeii 2023-08-12 00:05:09 +02:00
parent 840ab1e0cb
commit 9be594c32b
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ class MyGameServer : GameServer<MyPlayer>
public override async Task<bool> OnPlayerTypedMessage(MyPlayer player, ChatChannel channel, string msg)
{
var c = new Command(); // just to test
var c = new Command(); // just to test replace with argument parsing for now
c.Action.set("heal");
c.Amount.set(10);
c.ExecuterName.set("Tester");