demo post message

This commit is contained in:
Le Duc Anh
2025-09-06 15:12:00 +07:00
parent 842b8b72da
commit b75c818a1b
17 changed files with 234 additions and 2 deletions
@@ -0,0 +1,17 @@
using CSNetwork;
namespace PerfectWorld.Scripts.Managers
{
namespace BrewMonster.Managers
{
public class EC_ManPlayer : IMsgHandler
{
public int HandlerId => MANAGER_INDEX.MAN_PLAYER;
public bool ProcessMessage(ECMSG Msg)
{
return true;
}
}
}
}