mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
* Started arduous config refactoring task with babystep introduction of common baseclass for backend configs.
This commit is contained in:
10
OpenSim/Framework/ConfigBase.cs
Normal file
10
OpenSim/Framework/ConfigBase.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace OpenSim.Framework
|
||||
{
|
||||
public abstract class ConfigBase
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user