Move Region related code into a separate subsystem
This commit is contained in:
parent
8d45222af3
commit
ec78a070a7
5 changed files with 201 additions and 93 deletions
|
|
@ -26,6 +26,9 @@ using Microsoft.Xna.Framework;
|
|||
|
||||
namespace TShockAPI.DB
|
||||
{
|
||||
/// <summary>
|
||||
/// Represents the Region database manager.
|
||||
/// </summary>
|
||||
public class RegionManager
|
||||
{
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue