unstable whisper, now you can dm your friend(if you have any lol)

This commit is contained in:
rafi1212122
2023-06-08 09:37:50 +07:00
parent cd2087f6cb
commit 115fc0951b
8 changed files with 181 additions and 6 deletions

View File

@@ -154,5 +154,10 @@ namespace PemukulPaku.GameServer
{
return Id;
}
public static Session? FromUid(uint uid)
{
return Server.GetInstance().Sessions.FirstOrDefault(s => s.Value.Player.User.Uid == uid).Value;
}
}
}