update .gitignore

This commit is contained in:
Mili 2022-09-01 23:32:54 +08:00
parent 4e05d506b0
commit 0fa6d2332d

View File

@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace FunGame.Core.Implement
{
internal class ServerInterfaceImpl
{
}
}