mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-03-15 14:51:21 +00:00
- NioTSO client isn't needed because we're using RayLib - Added FreeSO's API server to handle most backend operations
11 lines
165 B
C#
Executable file
11 lines
165 B
C#
Executable file
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
|
|
namespace TSO.Common.content
|
|
{
|
|
public interface IContent
|
|
{
|
|
}
|
|
}
|