forked from project-redbud/FunGame-Core
8 lines
90 B
C#
8 lines
90 B
C#
namespace Milimoe.FunGame.Core.Interface
|
|
{
|
|
public interface IServer
|
|
{
|
|
|
|
}
|
|
}
|