LeviLamina
Loading...
Searching...
No Matches
RelationToCurrentUser.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
Social {
6
7
enum class
RelationToCurrentUser :
int
{
8
Self = 0,
9
TwoWayFriend = 1,
10
Following = 2,
11
Follower = 3,
12
Stranger = 4,
13
Unknown = 5,
14
};
15
16
}
src
mc
client
social
RelationToCurrentUser.h
Generated on Sat Apr 26 2025 05:55:22 for LeviLamina by
1.12.0