fixed: FindAndJoin
This commit is contained in:
@@ -5,7 +5,11 @@ namespace Game.Source
|
||||
public class GameFactory : PluginFactory
|
||||
{
|
||||
public string PluginName { get; set; } = "ExamplePlugin";
|
||||
public PluginBase CreatePlugin(string map) => new ExamplePlugin();
|
||||
public PluginBase CreatePlugin(string map)
|
||||
{
|
||||
return new ExamplePlugin();
|
||||
}
|
||||
|
||||
public AuthorizationManager CreateManager(Configuration configuration) => new GameAuthorizer(configuration);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user