server-master/srcs/WingsAPI.Game/TimeSpaces/ITimeSpaceFactory.cs
2026-02-10 18:21:30 +01:00

6 lines
No EOL
136 B
C#

namespace WingsEmu.Game.TimeSpaces;
public interface ITimeSpaceFactory
{
TimeSpaceInstance Create(TimeSpaceParty timeSpaceParty);
}