This commit is contained in:
caesarakalaeii 2023-08-12 00:02:08 +02:00
parent 855989a571
commit 5131d68b85
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();
var c = new Command(); // just to test
c.Action.set("heal");
c.Amount.set(10);
c.ExecuterName.set("Tester");