9 lines
139 B
C#
9 lines
139 B
C#
namespace OrekiWoofsBeehives;
|
|
|
|
public enum InformationVerbosityServerSideType
|
|
{
|
|
ClientSide,
|
|
ServerRecommended,
|
|
ServerForced,
|
|
}
|