Program.cs 472 B

1234567891011121314
  1. namespace LocalizationSample;
  2. public static class Program
  3. {
  4. /// <summary>
  5. /// The entry point of the application. This will be executed when extension is loaded.
  6. /// You can use this method, but there are special methods that are used for initialization. You won't be able to access PixiEditor Api at this point.
  7. /// See <see cref="LocalizationSampleExtension"/> for more information.
  8. /// </summary>
  9. public static void Main()
  10. {
  11. }
  12. }