10 lines
127 B
C#
10 lines
127 B
C#
namespace Barotrauma;
|
|
|
|
public enum FriendStatus
|
|
{
|
|
Offline,
|
|
NotPlaying,
|
|
PlayingAnotherGame,
|
|
PlayingBarotrauma
|
|
}
|