Skip to content
This repository was archived by the owner on Dec 21, 2019. It is now read-only.

Latest commit

 

History

History
11 lines (9 loc) · 441 Bytes

File metadata and controls

11 lines (9 loc) · 441 Bytes

Rocket.NHibernate Build status

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();