mirror of
https://github.com/LazyDuchess/OpenTS2.git
synced 2025-01-23 00:31:47 -05:00
Move Codecs to DBPF namespace
This commit is contained in:
parent
86a4aabc30
commit
b9b7aab8cf
3 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ using System.Linq;
|
|||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace OpenTS2.Files.Formats
|
||||
namespace OpenTS2.Files.Formats.DBPF
|
||||
{
|
||||
public abstract class AbstractCodec
|
||||
{
|
|
@ -14,7 +14,7 @@ using OpenTS2.Common;
|
|||
|
||||
namespace OpenTS2.Files.Formats.DBPF
|
||||
{
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// STR file reading codec.
|
||||
/// </summary>
|
||||
|
|
Loading…
Reference in a new issue