feat : 주석 업데이트
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
namespace MMOserver.Game.Channel.Maps;
|
||||
|
||||
/*
|
||||
* 게임 맵
|
||||
* - 각 존 관리
|
||||
* - 맵의 유저 관리
|
||||
*/
|
||||
public abstract class AMap
|
||||
{
|
||||
private Dictionary<int, Player> users = new Dictionary<int, Player>();
|
||||
|
||||
Reference in New Issue
Block a user