8 lines
143 B
C#
8 lines
143 B
C#
namespace LANCommander.SDK.Enums
|
|
{
|
|
public enum ServerAutostartMethod
|
|
{
|
|
OnApplicationStart,
|
|
OnPlayerActivity
|
|
}
|
|
}
|