IFormattableScript.cs 174 B

123456789
  1. 
  2. namespace FF8
  3. {
  4. public interface IFormattableScript
  5. {
  6. void Format(ScriptWriter sw, IScriptFormatterContext formatterContext, IServices services);
  7. }
  8. }