summaryrefslogtreecommitdiff
path: root/BCT/TranslationPlugins/TranslationPlugin.cs
blob: e8907a097a7815380d7a668ca2e9c05dc8fc2357 (plain)
1
2
3
4
5
6
7
8
9
10
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace TranslationPlugins {
  public class TranslationPlugin {
    // TODO ideally these should really work as plugins, possibly registering as callbacks to some BCT events.
  }
}