9 lines
No EOL
176 B
C#
9 lines
No EOL
176 B
C#
using WingsAPI.Communication.ServerApi.Protocol;
|
|
|
|
namespace WingsAPI.Plugins
|
|
{
|
|
public class GameServerLoader
|
|
{
|
|
public GameChannelType Type { get; set; }
|
|
}
|
|
} |