mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-03-23 09:52:23 +00:00
11 lines
145 B
C#
11 lines
145 B
C#
|
namespace FSO.Server.Protocol.Gluon.Model
|
|||
|
{
|
|||
|
public enum ClaimAction
|
|||
|
{
|
|||
|
DEFAULT,
|
|||
|
|
|||
|
LOT_HOST,
|
|||
|
LOT_CLEANUP
|
|||
|
}
|
|||
|
}
|