9 lines
132 B
C#
9 lines
132 B
C#
namespace W542.GandalfReborn.Data.Entities.Base;
|
|
|
|
public enum EntityVisibility
|
|
{
|
|
Undefined,
|
|
Active,
|
|
Draft,
|
|
Removed
|
|
} |