parent
ae1bf03474
commit
c8c131e46f
1 changed files with 8 additions and 0 deletions
@ -0,0 +1,8 @@ |
||||
# UserInfoArray |
||||
서버 내 모든 유저 정보 접근을 위한 instance들을 Map으로 관리하는 class |
||||
|
||||
### m_UserInfoArray |
||||
|
||||
``` |
||||
private static Map<UUID, UserInfo> m_UserInfoArray = new HashMap<UUID, UserInfo>(); |
||||
``` |
Loading…
Reference in new issue