feat : 주석 업데이트

This commit is contained in:
qornwh1
2026-03-30 17:29:57 +09:00
parent 462f9d98f1
commit 5221261d1e
6 changed files with 29 additions and 8 deletions

View File

@@ -1,5 +1,10 @@
namespace MMOserver.Game.Channel.Maps;
/*
* 게임 맵
* - 각 존 관리
* - 맵의 유저 관리
*/
public abstract class AMap
{
private Dictionary<int, Player> users = new Dictionary<int, Player>();