fix : playerID == hashkey 통일 / long => int로 변경
This commit is contained in:
@@ -2,7 +2,7 @@ namespace MMOserver.Game;
|
||||
|
||||
public class Player
|
||||
{
|
||||
public long HashKey
|
||||
public int HashKey
|
||||
{
|
||||
get;
|
||||
set;
|
||||
|
||||
Reference in New Issue
Block a user