target command & weather api

This commit is contained in:
rafi1212122
2023-05-31 16:33:25 +07:00
parent 3778da626c
commit ca4413c9ce
7 changed files with 102 additions and 2 deletions

View File

@@ -9,6 +9,7 @@ namespace PemukulPaku.GameServer.Commands
/// <para>All, Handler should override all virtual methods in Command.</para>
/// <para>Console, Handler should override Run method with string[] args.</para>
/// <para>Player, Handler should override Run method with Player / Session args.</para>
/// <para>When making non console command please call the Run overload with Player from Session overload.</para>
/// </summary>
public abstract class Command
{