6 lines
No EOL
136 B
C#
6 lines
No EOL
136 B
C#
namespace WingsEmu.Game.TimeSpaces;
|
|
|
|
public interface ITimeSpaceFactory
|
|
{
|
|
TimeSpaceInstance Create(TimeSpaceParty timeSpaceParty);
|
|
} |