7 lines
72 B
C#
7 lines
72 B
C#
public enum OwnershipOption
|
|
{
|
|
Fixed = 0,
|
|
Takeover = 1,
|
|
Request = 2
|
|
}
|