You've already forked lidgren-network-gen3
mirror of
https://github.com/lidgren/lidgren-network-gen3.git
synced 2026-05-14 06:06:30 +09:00
13 lines
161 B
C#
13 lines
161 B
C#
using System.Windows.Forms;
|
|
|
|
namespace ManyServer
|
|
{
|
|
public partial class Form1 : Form
|
|
{
|
|
public Form1()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|