17 lines
250 B
C#
17 lines
250 B
C#
using Fleck;
|
|
using System;
|
|
|
|
|
|
namespace BattleServer
|
|
{
|
|
class Program
|
|
{
|
|
static void Main(string[] args)
|
|
{
|
|
// Console.WriteLine("BattleServer Start!");
|
|
|
|
// Console.ReadKey();
|
|
|
|
}
|
|
}
|
|
} |