namespace Luski.net.Enums.Main;
public enum FriendStatus
{
NotFriends,
Friends,
PendingOut,
PendingIn
}