초기커밋
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using ServerCommon;
|
||||
|
||||
namespace BrokerCore.Services;
|
||||
|
||||
public interface IOrderStrategyProvider
|
||||
{
|
||||
IOrderCreationStrategy? getCreationStrategy(CaliverseItemType itemType);
|
||||
IOrderCompletionStrategy? getCompletionStrategy(CaliverseItemType itemType);
|
||||
}
|
||||
Reference in New Issue
Block a user