mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-03-16 07:11:22 +00:00
12 lines
165 B
C#
12 lines
165 B
C#
|
using System;
|
|||
|
using System.Collections.Generic;
|
|||
|
using System.Linq;
|
|||
|
using System.Text;
|
|||
|
|
|||
|
namespace TSO.Common.content
|
|||
|
{
|
|||
|
public interface IContent
|
|||
|
{
|
|||
|
}
|
|||
|
}
|