Mother2GbaTranslation/tools/ScriptTool/CodeString.cs

13 lines
194 B
C#
Raw Normal View History

2015-03-16 04:16:12 +00:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ScriptTool
{
2015-03-20 15:45:23 +00:00
public abstract class CodeString
2015-03-16 04:16:12 +00:00
{
}
}