Provides NHibernate integrations for RocketMod .NET Game Server Plugin Framework.
To use in your plugins, add Rocket.NHibernate
to your plugin from NuGet and then use in your Load():
this
.GetNHibernateBuilder()
//.UseAutoMapping()
.AddNHibernate();